From f5533d09e3ac764d9db60fcf57dce172a28ac8e9 Mon Sep 17 00:00:00 2001 From: Dongsheng Song Date: Sat, 4 May 2013 13:39:45 +0800 Subject: [PATCH] Ignore msvc genertaed files --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 1de0bac4..86da0ec5 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,12 @@ *.lo *.a *.la +*.dll +*.exe +*.lib +*.obj +*.pdb +*.res /build/ # autotools stuff -- 2.47.2