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)
This commit is contained in:
Hendrik Leppkes 2011-09-12 17:45:25 +02:00 committed by Michael Niedermayer
parent 8449cebc90
commit 85b1e265c9

1
.gitignore vendored
View File

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