summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJeff Hostetler <jeffhost@microsoft.com>2019-06-25 14:49:42 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-06-25 17:46:58 (GMT)
commit54b6110a9b2e11847e62d36f64ef80fd38009772 (patch)
tree8c9ca334cbe5d7d1c740f942bb00329923e43d54 /.gitignore
parentf6a6393771b1f9676f6c019b6e9d35ef172a79e9 (diff)
downloadgit-54b6110a9b2e11847e62d36f64ef80fd38009772.zip
git-54b6110a9b2e11847e62d36f64ef80fd38009772.tar.gz
git-54b6110a9b2e11847e62d36f64ef80fd38009772.tar.bz2
msvc: ignore .dll and incremental compile output
Ignore .dll files copied into the top-level directory. Ignore MSVC incremental compiler output files. Signed-off-by: Jeff Hostetler <jeffhost@microsoft.com> Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 4470d7c..30536f0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -223,6 +223,11 @@
*.user
*.idb
*.pdb
+*.ilk
+*.iobj
+*.ipdb
+*.dll
+.vs/
/Debug/
/Release/
*.dSYM