Skip to content

Commit

Permalink
Banish .DS_Store files.
Browse files Browse the repository at this point in the history
  • Loading branch information
ahbritto committed Dec 19, 2012
1 parent d518fe4 commit 8236c57
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 0 deletions.
Binary file removed .DS_Store
Binary file not shown.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
# Ignore python compiled files.
*.pyc

# Ignore Macintosh Desktop Services Store files.
.DS_Store

# Ignore backup/temps
*~

Expand Down
Binary file removed bin/.DS_Store
Binary file not shown.
Binary file removed src/.DS_Store
Binary file not shown.
Binary file removed src/cpp/.DS_Store
Binary file not shown.
Binary file removed src/cpp/ripple/.DS_Store
Binary file not shown.
Binary file removed test/.DS_Store
Binary file not shown.

0 comments on commit 8236c57

Please sign in to comment.