Add DS_Store to gitignore

*Added the Mac OSX .DS_Store to the .gitignore file

Change-Id: I92c8429e3834eb5aee1a38511042d317058baeb9
This commit is contained in:
Luke Wollney 2014-01-28 08:14:40 -06:00
parent 53d9aa36bd
commit 890d825048
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -30,3 +30,6 @@ pip-log.txt
*.project
*.pydev*
*.idea
#OSX files
.DS_Store