]> git.sesse.net Git - ffmpeg/commitdiff
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 19dbe88ff6a2d10c3da1f34e02cd161f3d59c24a..8589127fb9206fa614c5c21c58bad1d7e5d74e1b 100644 (file)
@@ -4,9 +4,12 @@
 *.def
 *.dll
 *.exe
+*.exp
 *.h.c
+*.ilk
 *.lib
 *.pc
+*.pdb
 *.so
 *.so.*
 *.ver