Skip to content

Commit 4c88d1c

Browse files
jeffhostetlerdscho
authored andcommitted
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 <[email protected]> Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 1a98107 commit 4c88d1c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,11 @@
227227
*.user
228228
*.idb
229229
*.pdb
230+
*.ilk
231+
*.iobj
232+
*.ipdb
233+
*.dll
234+
.vs/
230235
/Debug/
231236
/Release/
232237
*.dSYM

0 commit comments

Comments
 (0)