Skip to content

Commit

Permalink
gitignore: Also ignore .DS_Store
Browse files Browse the repository at this point in the history
This is a file that Finder on Mac OS loves to add into various folders.
  • Loading branch information
kolloch committed Nov 25, 2023
1 parent dda0e34 commit 2135947
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -144,3 +144,6 @@ result

# clangd and possibly more
.cache/

# Mac OS
.DS_Store

0 comments on commit 2135947

Please sign in to comment.