gitignore: Also ignore .DS_Store

This is a file that Finder on Mac OS loves to add into various folders.
This commit is contained in:
Peter Kolloch 2023-11-25 17:21:49 +01:00
parent dda0e34ecf
commit 213594721a
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -144,3 +144,6 @@ result
# clangd and possibly more
.cache/
# Mac OS
.DS_Store