Skip to content

Commit d38254a

Browse files
committed
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 <jeffhost@microsoft.com> Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent a7b5734 commit d38254a

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
@@ -222,5 +222,10 @@
222222
*.user
223223
*.idb
224224
*.pdb
225+
*.ilk
226+
*.iobj
227+
*.ipdb
228+
*.dll
229+
.vs/
225230
/Debug/
226231
/Release/

0 commit comments

Comments
 (0)