Parcourir la source

Add *~ to .gitignore

Some tools make backups of files and traditionally name them by
appending a '~' to the original file name.  Those files can be ignored.
Marc Legendre il y a 9 ans
Parent
commit
64bf5f0221
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      .gitignore

+ 2 - 1
.gitignore

@@ -1,4 +1,5 @@
 # Ignored files
+*~
 *.suo
 *.sdf
 *.opensdf
@@ -18,4 +19,4 @@ Documentation/html
 Build
 *.aps
 *.opendb
-BsEngineConfig.h
+BsEngineConfig.h