gitignore: ignore files created by msvc
authorHendrik Leppkes <h.leppkes@gmail.com>
Fri, 19 Oct 2012 20:07:10 +0000 (22:07 +0200)
committerLuca Barbato <lu_zero@gentoo.org>
Fri, 19 Oct 2012 20:15:03 +0000 (22:15 +0200)
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>
.gitignore

index 19dbe88..8589127 100644 (file)
@@ -4,9 +4,12 @@
 *.def
 *.dll
 *.exe
+*.exp
 *.h.c
+*.ilk
 *.lib
 *.pc
+*.pdb
 *.so
 *.so.*
 *.ver