.gitignore: Ignore .exp and .sbr also in subfolders (MSVC)
authorIvan Maidanski <ivmai@mail.ru>
Mon, 14 Sep 2015 07:41:44 +0000 (10:41 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 14 Sep 2015 07:41:44 +0000 (10:41 +0300)
.gitignore

index f5d2964..f19dab7 100644 (file)
@@ -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