summaryrefslogtreecommitdiff
authorHendrik Leppkes <h.leppkes@gmail.com>2012-10-19 20:07:10 (GMT)
committer Luca Barbato <lu_zero@gentoo.org>2012-10-19 20:15:03 (GMT)
commitd2d08d706b8f4fa0043f0f9ee001e7de2588d486 (patch)
tree5dd62a18a068c8c7297123915d1937fa9730f381
parent12549db6535cc0f28e47d4f2a73c42231916b3a3 (diff)
downloadffmpeg-d2d08d706b8f4fa0043f0f9ee001e7de2588d486.zip
ffmpeg-d2d08d706b8f4fa0043f0f9ee001e7de2588d486.tar.gz
ffmpeg-d2d08d706b8f4fa0043f0f9ee001e7de2588d486.tar.bz2
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>
Diffstat
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 19dbe88..8589127 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,9 +4,12 @@
*.def
*.dll
*.exe
+*.exp
*.h.c
+*.ilk
*.lib
*.pc
+*.pdb
*.so
*.so.*
*.ver