]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Update .gitignore for new location of msbuild projects 385/head
authorChristophe Chevalier <krzysfr@gmail.com>
Fri, 23 Sep 2016 19:47:27 +0000 (21:47 +0200)
committerGitHub <noreply@github.com>
Fri, 23 Sep 2016 19:47:27 +0000 (21:47 +0200)
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.

build/.gitignore

index 7ceb958ea38eb4a2a608f603a7370ef0b9a8504d..86ed710bd4a77464a6d93a6e4b88f44299b833d6 100644 (file)
@@ -1,7 +1,7 @@
 *Copy
 
 # Visual C++
-build/
+bin/
 VS2005/
 VS2008/
 VS2010/