gitignore: ignore macos DS_Store files
.DS_Store files contain meta-data for the local macos system and should not be tracked. Signed-off-by: Jake Swensen <jake@swensen.io>
This commit is contained in:
parent
9b923c46fe
commit
f7870ff61b
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -44,6 +44,7 @@ doc/doc.warnings
|
||||||
hide-defaults-note
|
hide-defaults-note
|
||||||
venv
|
venv
|
||||||
.venv
|
.venv
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
# CI output
|
# CI output
|
||||||
compliance.xml
|
compliance.xml
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue