Skip to content

Commit ad06cbe

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 e680e7b commit ad06cbe

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
@@ -228,6 +228,11 @@
228228
*.user
229229
*.idb
230230
*.pdb
231+
*.ilk
232+
*.iobj
233+
*.ipdb
234+
*.dll
235+
.vs/
231236
/Debug/
232237
/Release/
233238
*.dSYM

0 commit comments

Comments
 (0)