Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
msvc: ignore .dll and incremental compile output
[gitweb.git]
/
.gitignore
diff --git
a/.gitignore
b/.gitignore
index 4470d7cfc0ae72991116f8d1b65fb03e35e88bdf..30536f04d62cf6b393824906b12fc0d1b4be6365 100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-223,6
+223,11
@@
*.user
*.idb
*.pdb
+*.ilk
+*.iobj
+*.ipdb
+*.dll
+.vs/
/Debug/
/Release/
*.dSYM