diff options
author | Pavel Shlyak <p.shlyak@pantherx.org> | 2022-05-26 20:29:42 +0300 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2022-06-05 21:27:53 +0200 |
commit | 4d47c2c723927ad4ad4142bd517c6ccc03c27528 (patch) | |
tree | 24ddf00fcd7816a0f29240cc10a93795e0d395e0 | |
parent | 54d2664339a4a44678372a4ff582c649bb568696 (diff) |
gitignore: Add .DS_Store.
Ignore MacOS specific file: https://en.wikipedia.org/wiki/.DS_Store
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index f4b4bb4dc1..18e1b0739f 100644 --- a/.gitignore +++ b/.gitignore @@ -157,3 +157,4 @@ tmp /gnu/packages/bootstrap /gnu/packages/aux-files/guile-guile-launcher.o /guile +.DS_Store |