Banish .DS_Store files.

This commit is contained in:
Arthur Britto
2012-12-18 18:17:18 -08:00
committed by Stefan Thomas
parent 3ee4d8cf73
commit 6483cd0b11

3
.gitignore vendored
View File

@@ -9,6 +9,9 @@
# Ignore python compiled files.
*.pyc
# Ignore Macintosh Desktop Services Store files.
.DS_Store
# Ignore backup/temps
*~