Update .gitignore for new location of msbuild projects

It seems that when the projects folder was moved to the new path in cfe5fe4581, the `build/bin` was changed to `build/` instead of `bin/` and building makes a lot of stuff show up in git.
This commit is contained in:
Christophe Chevalier
2016-09-23 21:47:27 +02:00
committed by GitHub
parent 26ec32b37f
commit bb85fe064d
+1 -1
View File
@@ -1,7 +1,7 @@
*Copy
# Visual C++
build/
bin/
VS2005/
VS2008/
VS2010/