Make git ignore the .DS_Store file on Macs (wherever it is)

This commit is contained in:
Tim Chevalier 2012-06-12 16:19:02 -07:00
parent 35dd717352
commit e9fc19c3c2

1
.gitignore vendored
View file

@ -78,3 +78,4 @@ x86_64-apple-darwin/
doc/core/
tmp.*.rs
config.stamp
.DS_Store