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>
This commit is contained in:
Hendrik Leppkes 2012-10-19 22:07:10 +02:00 committed by Luca Barbato
parent 12549db653
commit d2d08d706b
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

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