Add DS_Store to gitignore
*Added the Mac OSX .DS_Store to the .gitignore file Change-Id: I92c8429e3834eb5aee1a38511042d317058baeb9
This commit is contained in:
parent
53d9aa36bd
commit
890d825048
3
.gitignore
vendored
3
.gitignore
vendored
@ -30,3 +30,6 @@ pip-log.txt
|
|||||||
*.project
|
*.project
|
||||||
*.pydev*
|
*.pydev*
|
||||||
*.idea
|
*.idea
|
||||||
|
|
||||||
|
#OSX files
|
||||||
|
.DS_Store
|
||||||
|
Loading…
Reference in New Issue
Block a user