Modified .gitignore to remove Mac filesystem dust (/.DS_Store)

This commit is contained in:
Peter Lamonica 2011-01-23 08:38:40 +08:00 committed by Dinner Bone
parent 767c15369c
commit 73f0347eb0

5
.gitignore vendored
View file

@ -21,4 +21,7 @@
/dist
/manifest.mf
/world
/world
# Mac filesystem dust
/.DS_Store