Add .DS_Store to .gitignore

This commit is contained in:
PJB3005
2017-11-22 15:27:59 +01:00
parent e8919d905b
commit 413fe299fb

3
.gitignore vendored
View File

@@ -5,3 +5,6 @@ __pycache__
*.pyc
*~
.directory
# Finder (MacOS) makes these automatically.
.DS_Store