summaryrefslogtreecommitdiff
authorHendrik Leppkes <h.leppkes@gmail.com>2011-09-12 15:45:25 (GMT)
committer Michael Niedermayer <michaelni@gmx.at>2011-09-12 16:17:43 (GMT)
commit73211630110886d849e3de837ca80280a2df2b46 (patch)
treeae28d8b37f5964064d0472c6612b3a8459403ae3
parent677a831ec67eeffff59cf5e223f7b9d2921ba762 (diff)
downloadffmpeg-73211630110886d849e3de837ca80280a2df2b46.zip
ffmpeg-73211630110886d849e3de837ca80280a2df2b46.tar.gz
ffmpeg-73211630110886d849e3de837ca80280a2df2b46.tar.bz2
gitignore: ignore .exp files, as generated by the MS linker on win32
Ignore another filetype, as generated by Microsofts lib.exe when creating the import libraries.
Diffstat
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index cc671ab..f047acb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,6 +10,7 @@
*.def
*.dll
*.lib
+*.exp
config.*
doc/*.1
doc/*.html