Add .DS_Store to .gitignore

.DS_Store is the name of a file in the Apple OS X operating
system for storing custom attributes of a folder such as the
position of icons or the choice of a background image.

Change-Id: Icfc775a63de6672967b91e0540e13a3a327b5bf8
This commit is contained in:
Michael Sambol 2015-11-04 05:47:59 -06:00
parent 84da208183
commit b3cfb530c4

1
.gitignore vendored
View File

@ -52,3 +52,4 @@ doc/build/
# Others
*.sqlite
*.swp
*.DS_Store