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>
This commit is contained in:
Niklaus Giger 2008-01-21 16:46:00 +01:00 committed by Wolfgang Denk
parent 3cfb0c51b2
commit 0c9d42e6b0
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -10,6 +10,7 @@
*.orig *.orig
*.a *.a
*.o *.o
*~
# #
# Top-level generic files # Top-level generic files