summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2019-04-17 12:21:15 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2019-04-17 12:21:15 +0100
commitd1045f0ca57cee108f4e7c18c385a3f0475ed79e (patch)
tree7914e0dce0fa83d03f38ac6f391af87d0ae0347d
parent353c5cd7e792865fcae7b71d9b8e7c577e21ea62 (diff)
downloadATCD-d1045f0ca57cee108f4e7c18c385a3f0475ed79e.tar.gz
Update .gitignore
Add some more file extensions which we should ignore
-rw-r--r--.gitignore7
1 files changed, 5 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 4a0cd8c7d6a..e2d2569b480 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,7 @@
*.vcxproj*
*.tlog
*.log
-*.obj
+*.obj*
*.ilk
*.exe
*.dll
@@ -15,6 +15,7 @@
*S_T.cpp
*S_T.h
*S_T.inl
+*.bmak
.depend.*
GNUmakefile*
@@ -39,4 +40,6 @@ ipch/
*.o
*.res
*.opendb
-*.VC.db
+*.VC.db*
+*.tds
+*.*codeanalysis*