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:
parent
3cfb0c51b2
commit
0c9d42e6b0
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,6 +10,7 @@
|
||||
*.orig
|
||||
*.a
|
||||
*.o
|
||||
*~
|
||||
|
||||
#
|
||||
# Top-level generic files
|
||||
|
Loading…
Reference in New Issue
Block a user