Browse Source

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)
Hendrik Leppkes 13 years ago
parent
commit
85b1e265c9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .gitignore

+ 1 - 0
.gitignore

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