Skip to content

Commit

Permalink
gitignore: ignore macos DS_Store files
Browse files Browse the repository at this point in the history
.DS_Store files contain meta-data for the local macos system and should
not be tracked.

Signed-off-by: Jake Swensen <[email protected]>
  • Loading branch information
jdswensen authored and cfriedt committed Nov 3, 2021
1 parent 9b923c4 commit f7870ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ doc/doc.warnings
hide-defaults-note
venv
.venv
.DS_Store

# CI output
compliance.xml
Expand Down

0 comments on commit f7870ff

Please sign in to comment.