From a4f86e7f781b82463cbce018069cbe6edccf3cd8 Mon Sep 17 00:00:00 2001 From: Augustin Cavalier Date: Sat, 18 Jun 2016 18:25:40 -0400 Subject: [PATCH] .gitignore: Ignore .DS_Store (Mac OS X directory attribute files). Split off from the next commit. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 9e9420d036..2a9b601488 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,6 @@ conf.sh # compiled/optimized Python *.pyc *.pyo + +# Mac OS X directory attributes +.DS_Store