Adding .DS_Store to list of ignored files

This commit is contained in:
Bruno de Oliveira Abinader 2014-04-03 18:05:10 -04:00
parent 0b24ef4cf8
commit c451b1c9dc

1
.gitignore vendored
View file

@ -10,6 +10,7 @@
*.pyc *.pyc
*.swp *.swp
*.swo *.swo
.DS_Store
servo-test servo-test
Makefile Makefile
Servo.app Servo.app