Git will now ignorer files that contains *.ignorer.*

This commit is contained in:
Niels Lyngsø
2019-01-17 15:10:58 +01:00
parent 591d100726
commit 5cc0f58f7d

3
.gitignore vendored
View File

@@ -13,6 +13,7 @@
*.suo
*.vs10x
*.ndproj
*.ignorer.*
# common directories
.DS_Store
@@ -156,4 +157,4 @@ build/temp/
# eof
# eof