diff options
author | Hendrik Leppkes <h.leppkes@gmail.com> | 2011-09-12 17:45:25 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-09-21 18:04:31 +0200 |
commit | 85b1e265c9dafaf60e120db73ce795eea24e1fad (patch) | |
tree | 5b419772314f84d6eca6c89953cb29a487d9dc3c | |
parent | 8449cebc90dcef1fda4c1fc83d8ce2651b029349 (diff) | |
download | ffmpeg-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-- | .gitignore | 1 |
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 |