Skip to content

Commit

Permalink
ignore OS X ds store files
Browse files Browse the repository at this point in the history
I happen to work on a Mac from time to time so this will prevent us
from getting .DS_Store files on accident.
  • Loading branch information
hartsock committed May 8, 2014
1 parent 3d6b862 commit 07a6ed1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,6 @@ docs/_build/

# pyCharm
.idea

# OS X
.DS_Store

0 comments on commit 07a6ed1

Please sign in to comment.