git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
f6a6393
)
msvc: ignore .dll and incremental compile output
author
Jeff Hostetler
<redacted>
Tue, 25 Jun 2019 14:49:42 +0000
(07:49 -0700)
committer
Junio C Hamano
<redacted>
Tue, 25 Jun 2019 17:46:58 +0000
(10:46 -0700)
Ignore .dll files copied into the top-level directory.
Ignore MSVC incremental compiler output files.
Signed-off-by: Jeff Hostetler <redacted>
Signed-off-by: Johannes Schindelin <redacted>
Signed-off-by: Junio C Hamano <redacted>
.gitignore
patch
|
blob
|
history
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
git clone https://git.99rst.org/PROJECT