Просмотр исходного кода

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 9 лет назад
Родитель
Сommit
64bf5f0221
1 измененных файлов с 2 добавлено и 1 удалено
  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