.gitignore: Ignore .DS_Store (Mac OS X directory attribute files).

Split off from the next commit.
This commit is contained in:
Augustin Cavalier 2016-06-18 18:25:40 -04:00
parent 56430ad800
commit a4f86e7f78

3
.gitignore vendored
View File

@ -12,3 +12,6 @@ conf.sh
# compiled/optimized Python
*.pyc
*.pyo
# Mac OS X directory attributes
.DS_Store