From b095bffac6d768b0e8234726bfcf39d5420db5e4 Mon Sep 17 00:00:00 2001 From: cyan4973 Date: Tue, 1 May 2018 05:45:46 -0700 Subject: [PATCH] ignore Windows build/test artefacts --- .gitignore | 1 + build/.gitignore | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) 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/