Skip to content

Commit

Permalink
msvc: ignore .dll and incremental compile output
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
jeffhostetler authored and dscho committed Jun 19, 2019
1 parent 51a20ff commit 4d44d1f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Expand Up @@ -226,6 +226,11 @@
*.user
*.idb
*.pdb
*.ilk
*.iobj
*.ipdb
*.dll
.vs/
/Debug/
/Release/
*.dSYM

0 comments on commit 4d44d1f

Please sign in to comment.