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 7321163011)
This commit is contained in:
Hendrik Leppkes 2011-09-12 17:45:25 +02:00 committed by Michael Niedermayer
parent 8449cebc90
commit 85b1e265c9
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -10,6 +10,7 @@
*.def
*.dll
*.lib
*.exp
config.*
doc/*.1
doc/*.html