summaryrefslogtreecommitdiff
path: root/.gitignore
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-12 18:17:43 +0200
commit73211630110886d849e3de837ca80280a2df2b46 (patch)
treeae28d8b37f5964064d0472c6612b3a8459403ae3 /.gitignore
parent677a831ec67eeffff59cf5e223f7b9d2921ba762 (diff)
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 (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index cc671ab985..f047acb3c5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,6 +10,7 @@
*.def
*.dll
*.lib
+*.exp
config.*
doc/*.1
doc/*.html