| commit | bb85fe064d4d42e1f9d40a7c026f1cc550856cc3 | [log] [tgz] |
|---|---|---|
| author | Christophe Chevalier <krzysfr@gmail.com> | Fri Sep 23 21:47:27 2016 +0200 |
| committer | GitHub <noreply@github.com> | Fri Sep 23 21:47:27 2016 +0200 |
| tree | 72fb4d39c8c3756f23104c02dfd9f4e24d687943 | |
| parent | 26ec32b37fcdf99dcef04dffb6e87e8416867c1e [diff] |
Update .gitignore for new location of msbuild projects It seems that when the projects folder was moved to the new path in cfe5fe45819804b6ef148dc8524fcec1fcd1fc43, the `build/bin` was changed to `build/` instead of `bin/` and building makes a lot of stuff show up in git.
diff --git a/build/.gitignore b/build/.gitignore index 7ceb958..86ed710 100644 --- a/build/.gitignore +++ b/build/.gitignore
@@ -1,7 +1,7 @@ *Copy # Visual C++ -build/ +bin/ VS2005/ VS2008/ VS2010/