From 413fe299fb11a25f98829d7508eea6c7c597e7a5 Mon Sep 17 00:00:00 2001 From: PJB3005 Date: Wed, 22 Nov 2017 15:27:59 +0100 Subject: [PATCH] Add .DS_Store to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 6ca09da1..7d631d64 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,6 @@ __pycache__ *.pyc *~ .directory + +# Finder (MacOS) makes these automatically. +.DS_Store \ No newline at end of file