Skip to content

Commit 307b482

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 b71a7ab commit 307b482

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,5 +227,10 @@
227227
*.user
228228
*.idb
229229
*.pdb
230+
*.ilk
231+
*.iobj
232+
*.ipdb
233+
*.dll
234+
.vs/
230235
/Debug/
231236
/Release/

0 commit comments

Comments
 (0)