Properly ignore .DS_Store

.DS_Store? will match .DS_Store followed by a single character but we
need to match .DS_Store, so adjust .gitignore like it is down for other
documentation projects.

Change-Id: Ie5737ae5803fa14d9b5d743d81a3de0dbc6b7b3e
This commit is contained in:
Andreas Jaeger 2014-05-26 22:07:48 +02:00
parent cc06396a16
commit 8ad6f9cac8
1 changed files with 1 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,4 +1,4 @@
.DS_Store?
.DS_Store
# Build results
target/