8ad6f9cac8
.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
18 lines
156 B
Plaintext
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
|