Parcourir la source

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>
Niklaus Giger il y a 17 ans
Parent
commit
0c9d42e6b0
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      .gitignore

+ 1 - 0
.gitignore

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