From d2d08d706b8f4fa0043f0f9ee001e7de2588d486 Mon Sep 17 00:00:00 2001 From: Hendrik Leppkes Date: Fri, 19 Oct 2012 22:07:10 +0200 Subject: gitignore: ignore files created by msvc exp files are created in every build and contain export information of the libraries. Both pdb and ilk are created during debug builds, and contain linking and debug information used by MSVC. Signed-off-by: Luca Barbato --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 19dbe88ff6..8589127fb9 100644 --- a/.gitignore +++ b/.gitignore @@ -4,9 +4,12 @@ *.def *.dll *.exe +*.exp *.h.c +*.ilk *.lib *.pc +*.pdb *.so *.so.* *.ver -- cgit v1.2.3