Skip to content

Commit 4a7ceb2

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 7cb0434 commit 4a7ceb2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,11 @@
226226
*.user
227227
*.idb
228228
*.pdb
229+
*.ilk
230+
*.iobj
231+
*.ipdb
232+
*.dll
233+
.vs/
229234
/Debug/
230235
/Release/
231236
*.dSYM

0 commit comments

Comments
 (0)