Remove .DS_Store from .gitignore
This should be in a (Mac) user's ~/.gitignore_global
This commit is contained in:
parent
92e2147f61
commit
90d9428687
|
@ -1,5 +1,4 @@
|
||||||
*~
|
*~
|
||||||
*.DS_Store
|
|
||||||
/coverage
|
/coverage
|
||||||
/pkg
|
/pkg
|
||||||
/rdoc
|
/rdoc
|
||||||
|
|
Loading…
Reference in New Issue