compute-api/.gitignore
Andreas Jaeger 8ad6f9cac8 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
2014-05-26 22:07:48 +02:00

18 lines
156 B
Plaintext

.DS_Store
# Build results
target/
publish-docs/
/build-*.log.gz
# Testenvironment
.tox
# Editors
*~
.*.swp
.bak
# Per-user NetBeans files
nbactions.xml