From 85b1e265c9dafaf60e120db73ce795eea24e1fad Mon Sep 17 00:00:00 2001 From: Hendrik Leppkes Date: Mon, 12 Sep 2011 17:45:25 +0200 Subject: [PATCH] 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) --- .gitignore | 1 + 1 file changed, 1 insertion(+) 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