Ignore .DS_Store files from Mac OS X

This commit is contained in:
peterc
2009-04-21 17:35:33 +00:00
parent f96e076f65
commit a3893b4a18

3
.gitignore vendored
View File

@ -3,6 +3,9 @@ build
#Ignore backup files from some Unix editors,
*~
#Ignore these hidden files from Mac OS X
.DS_Store
#Ignore all compiled python files (e.g. from running the unit tests):
*.pyc