Browse Source

gitignore: ignore files created by msvc

exp files are created in every build and contain export information
of the libraries. Both pdb and ilk are created during debug builds,
and contain linking and debug information used by MSVC.

Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
tags/n1.1
Hendrik Leppkes Luca Barbato 12 years ago
parent
commit
d2d08d706b
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      .gitignore

+ 3
- 0
.gitignore View File

@@ -4,9 +4,12 @@
*.def
*.dll
*.exe
*.exp
*.h.c
*.ilk
*.lib
*.pc
*.pdb
*.so
*.so.*
*.ver


Loading…
Cancel
Save