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>
master
Niklaus Giger 17 years ago committed by Wolfgang Denk
parent 3cfb0c51b2
commit 0c9d42e6b0
  1. 1
      .gitignore

1
.gitignore vendored

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

Loading…
Cancel
Save