diff options
author | Vicente Plata <xientyto@gmail.com> | 2013-03-13 01:12:33 -0700 |
---|---|---|
committer | Vicente Plata <xientyto@gmail.com> | 2013-03-13 01:12:33 -0700 |
commit | 0b0b6745632c4cb3c2384082cb112638c2d6f9bb (patch) | |
tree | 1975b337dc7d1e9cdc89068cf4806936fd462f7c | |
parent | 0aeefb48c0ac885a516fb92f7f5bfd7e85ce7a37 (diff) | |
download | gitignore-0b0b6745632c4cb3c2384082cb112638c2d6f9bb.tar.gz gitignore-0b0b6745632c4cb3c2384082cb112638c2d6f9bb.zip |
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.
-rw-r--r-- | VisualStudio.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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/ |