From 1adcd5a399cb3c9fdfbfb51a647538422846aa02 Mon Sep 17 00:00:00 2001 From: Swen Kooij Date: Thu, 2 Feb 2017 10:56:56 +0200 Subject: [PATCH] Ignore stupid .DS_Store files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index a390eb9..252625b 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,6 @@ htmlcov # Ignore build results *.egg-info/ dist/ + +# Ignore stupid .DS_Store +.DS_Store