Add .DS_Store to .gitignore
There is no reason to track .DS_Store files here: it's a metadata file used by the Mac finder to hold info like where icons are located. Add it to .gitignore to avoid cluttering "git status" output. Change-Id: I2c59228e48ed8d5ef125d8a694ca05d20b622723
This commit is contained in:
parent
fbab126721
commit
43b5eea886
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,6 +19,7 @@
|
|||||||
/local.properties
|
/local.properties
|
||||||
*.pyc
|
*.pyc
|
||||||
/gwt-unitCache
|
/gwt-unitCache
|
||||||
|
.DS_Store
|
||||||
*.swp
|
*.swp
|
||||||
*.asc
|
*.asc
|
||||||
/bin/
|
/bin/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user