Merge pull request #9451 from kolloch/feature/git-ignore-ds-store

gitignore: Also ignore .DS_Store
(cherry picked from commit fdac6e38188affbf73b77d83751d2bf8d88d57d6)
Change-Id: Ib04be12427ab6a6edca5f78ccb377d40aab562fd
This commit is contained in:
eldritch horrors 2024-03-04 06:04:07 +01:00
parent cad1683048
commit d8a293d61d

3
.gitignore vendored
View file

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