diff options
author | eldritch horrors <pennae@lix.systems> | 2024-03-04 06:04:07 +0100 |
---|---|---|
committer | eldritch horrors <pennae@lix.systems> | 2024-03-04 06:04:07 +0100 |
commit | d8a293d61d4b4e826ae1c153b5a816d0e0e8138d (patch) | |
tree | c33e2cb1720bea61f728a56c5a97275670b8a781 /.gitignore | |
parent | cad16830484e4b47007f10c3c06cef153b78c992 (diff) |
Merge pull request #9451 from kolloch/feature/git-ignore-ds-store
gitignore: Also ignore .DS_Store
(cherry picked from commit fdac6e38188affbf73b77d83751d2bf8d88d57d6)
Change-Id: Ib04be12427ab6a6edca5f78ccb377d40aab562fd
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 1e1361f5a..0d97638f6 100644 --- a/.gitignore +++ b/.gitignore @@ -142,3 +142,6 @@ result # clangd and possibly more .cache/ + +# Mac OS +.DS_Store |