Added .DS_Store to the .gitignore.

This commit is contained in:
Ps0ke 2012-05-04 23:56:46 +02:00
commit 9b4ebe3f55

1
.gitignore vendored
View file

@ -6,3 +6,4 @@ custom/*
!custom/example.zsh !custom/example.zsh
cache cache
*.swp *.swp
.DS_Store