Fix 6486 mac gitignore (#6487)

add .DS_Store to .gitignore for contributers working on mac
This commit is contained in:
David Bordeynik 2019-05-12 00:05:51 +03:00 committed by Xavier Fernandez
parent a731e7e37d
commit 3165c5690d
2 changed files with 4 additions and 0 deletions

3
.gitignore vendored
View File

@ -42,3 +42,6 @@ pip-wheel-metadata
# Scratch Pad for experiments
.scratch/
# Mac
.DS_Store

1
news/6486.trivial Normal file
View File

@ -0,0 +1 @@
This change will add .DS_Store to .gitignore