Skip to content

Commit 3886174

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 7eac973 commit 3886174

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
@@ -223,6 +223,11 @@
223223
*.user
224224
*.idb
225225
*.pdb
226+
*.ilk
227+
*.iobj
228+
*.ipdb
229+
*.dll
230+
.vs/
226231
/Debug/
227232
/Release/
228233
*.dSYM

0 commit comments

Comments
 (0)