mirror of
https://github.com/git/git.git
synced 2026-01-18 06:34:21 +00:00
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>
This commit is contained in:
committed by
Johannes Schindelin
parent
9c1322578b
commit
d8a031e80d
5
.gitignore
vendored
5
.gitignore
vendored
@@ -227,6 +227,11 @@
|
||||
*.user
|
||||
*.idb
|
||||
*.pdb
|
||||
*.ilk
|
||||
*.iobj
|
||||
*.ipdb
|
||||
*.dll
|
||||
.vs/
|
||||
/Debug/
|
||||
/Release/
|
||||
*.dSYM
|
||||
|
||||
Reference in New Issue
Block a user