From: Ivan Maidanski Date: Mon, 14 Sep 2015 07:41:44 +0000 (+0300) Subject: .gitignore: Ignore .exp and .sbr also in subfolders (MSVC) X-Git-Tag: gc7_4_4~75 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9458b66c8f3d58caefbd63163517818140cc2e0d;p=gc .gitignore: Ignore .exp and .sbr also in subfolders (MSVC) --- diff --git a/.gitignore b/.gitignore index f5d29640..f19dab72 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