aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2011-09-12 17:45:25 +0200
committerMichael Niedermayer <michaelni@gmx.at>2011-09-21 18:04:31 +0200
commit85b1e265c9dafaf60e120db73ce795eea24e1fad (patch)
tree5b419772314f84d6eca6c89953cb29a487d9dc3c
parent8449cebc90dcef1fda4c1fc83d8ce2651b029349 (diff)
downloadffmpeg-85b1e265c9dafaf60e120db73ce795eea24e1fad.tar.gz
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. (cherry picked from commit 73211630110886d849e3de837ca80280a2df2b46)
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index c831335517..bff585e806 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,6 +10,7 @@
*.def
*.dll
*.lib
+*.exp
config.*
doc/*.1
doc/*.html