aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiklaus Giger <niklaus.giger@netstal.com>2008-01-21 16:46:00 +0100
committerWolfgang Denk <wd@denx.de>2008-02-14 00:54:23 +0100
commit0c9d42e6b0b83d507335a291e3ea99240038f4b9 (patch)
treee2c68867eac6df1ce5bad19ea7ae50d170bc7caa
parent3cfb0c51b2bb5ede54eca85ace5b1ba12be314b0 (diff)
Add *~ to .gitignore
One should never add a backup file ending in with ~ to the git repository. Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index cda275ec7..37f2c1dcd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,6 +10,7 @@
*.orig
*.a
*.o
+*~
#
# Top-level generic files