From 1095e01213621007b43071514119c7e3811499cb Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Wed, 17 Aug 2016 15:48:18 +0200 Subject: [PATCH] ignore Mac-related artefact --- .gitignore | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) 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