From: cyan4973 Date: Tue, 1 May 2018 12:45:46 +0000 (-0700) Subject: ignore Windows build/test artefacts X-Git-Tag: v1.3.5~3^2~66 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b095bffac6d768b0e8234726bfcf39d5420db5e4;p=thirdparty%2Fzstd.git ignore Windows build/test artefacts --- diff --git a/.gitignore b/.gitignore index 5fe9afd41..d28a51291 100644 --- a/.gitignore +++ b/.gitignore @@ -23,6 +23,7 @@ zstdmt # Test artefacts tmp* dictionary* +NUL # Build artefacts projects/ diff --git a/build/.gitignore b/build/.gitignore index 85bc9287d..b00e709ba 100644 --- a/build/.gitignore +++ b/build/.gitignore @@ -8,13 +8,13 @@ *.user *.opendb -VS2005/ -VS2008/ +VS2008/bin/ VS2010/bin/ VS2010/zwrapbench/ -VS2012/bin/ -VS2013/bin/ -VS2015/bin/ +VS2012/ +VS2013/ +VS2015/ +Studio* # CMake cmake/build/