Add DS_Store to gitignore

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

Change-Id: I1b7cdbf280ef01278125a44375912b69ec23750f
This commit is contained in:
Luke Wollney 2014-01-28 08:04:24 -06:00
parent 35dc0cb44b
commit c86fca9d58
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -36,3 +36,6 @@ pip-log.txt
#py.test logger
cc.master.log
metatests*.log
#OSX files
.DS_Store