From 283e1c808443f305bbcfe568aaabbca586174e79 Mon Sep 17 00:00:00 2001 From: arokem Date: Sun, 24 Mar 2013 17:37:18 -0700 Subject: [PATCH] Ignore weird mac DS_Store files. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 230f289..629e344 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,6 @@ _site # Python *.pyc + +# Mac: +.DS_Store \ No newline at end of file -- 2.26.2