From 568e3e300993061ea41f879cbe11a6468ee0f866 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Mon, 14 Sep 2015 10:41:44 +0300 Subject: [PATCH] .gitignore: Ignore .exp and .sbr also in subfolders (MSVC) --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f5d2964..f19dab7 100644 --- a/.gitignore +++ b/.gitignore @@ -111,7 +111,6 @@ stamp-h1 /*.bsc /*.csm /*.err -/*.exp /*.lb1 /*.lnk /*.map @@ -119,10 +118,11 @@ stamp-h1 /*.pdb /*.rbj /*.res -/*.sbr /*.stackdump /*.sym /*.tmp +*.exp +*.sbr # Stuff from VS build system and IDE *.vcproj.*.user -- 2.7.4