Banish .DS_Store files.

This commit is contained in:
Arthur Britto
2012-12-18 18:17:18 -08:00
parent d518fe4dbf
commit 8236c57abc
7 changed files with 3 additions and 0 deletions

BIN
.DS_Store vendored

Binary file not shown.

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
*~

BIN
bin/.DS_Store vendored

Binary file not shown.

BIN
src/.DS_Store vendored

Binary file not shown.

BIN
src/cpp/.DS_Store vendored

Binary file not shown.

Binary file not shown.

BIN
test/.DS_Store vendored

Binary file not shown.