From: Vicente Plata Date: Wed, 13 Mar 2013 08:12:33 +0000 (-0700) Subject: Ignoring "bld" directory X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0b0b6745632c4cb3c2384082cb112638c2d6f9bb;p=gitignore.git Ignoring "bld" directory Store apps (or at least the Javascript ones) build to a "bld" directory. Although "debug" and "release" are ignored, any custom build Configuration (created through configuration manager) will be added, unless we ignore the whole bld dir. --- diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 99456160..adc37e04 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -12,6 +12,7 @@ [Rr]elease/ x64/ build/ +bld/ [Bb]in/ [Oo]bj/