Skip to content

Commit 9ac0a28

Browse files
jeffhostetlerGit for Windows Build Agent
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 99ac3a6 commit 9ac0a28

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
@@ -225,6 +225,11 @@
225225
*.user
226226
*.idb
227227
*.pdb
228+
*.ilk
229+
*.iobj
230+
*.ipdb
231+
*.dll
232+
.vs/
228233
/Debug/
229234
/Release/
230235
*.dSYM

0 commit comments

Comments
 (0)