From: Yann Collet Date: Wed, 17 Aug 2016 13:48:18 +0000 (+0200) Subject: ignore Mac-related artefact X-Git-Tag: v0.8.1^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1095e01213621007b43071514119c7e3811499cb;p=thirdparty%2Fzstd.git ignore Mac-related artefact --- diff --git a/.gitignore b/.gitignore index 01a4dd917..5f2ca97de 100644 --- a/.gitignore +++ b/.gitignore @@ -18,18 +18,15 @@ zstd *.out *.app -# IDEA solution files -*.idea +# Test artefacts +tmp* +dictionary # Other files .directory _codelite/ _zstdbench/ .clang_complete - -# Test artefacts -tmp* -dictionary - -# tmp files +*.idea *.swp +.DS_Store