From: Christophe Chevalier Date: Fri, 23 Sep 2016 19:47:27 +0000 (+0200) Subject: Update .gitignore for new location of msbuild projects X-Git-Tag: v1.1.0~10^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F385%2Fhead;p=thirdparty%2Fzstd.git 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 7ceb958ea..86ed710bd 100644 --- a/build/.gitignore +++ b/build/.gitignore @@ -1,7 +1,7 @@ *Copy # Visual C++ -build/ +bin/ VS2005/ VS2008/ VS2010/