aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorPavel Shlyak <p.shlyak@pantherx.org>2022-05-26 20:29:42 +0300
committerMathieu Othacehe <othacehe@gnu.org>2022-06-05 21:27:53 +0200
commit4d47c2c723927ad4ad4142bd517c6ccc03c27528 (patch)
tree24ddf00fcd7816a0f29240cc10a93795e0d395e0 /.gitignore
parent54d2664339a4a44678372a4ff582c649bb568696 (diff)
downloadguix-4d47c2c723927ad4ad4142bd517c6ccc03c27528.tar
guix-4d47c2c723927ad4ad4142bd517c6ccc03c27528.tar.gz
gitignore: Add .DS_Store.
Ignore MacOS specific file: https://en.wikipedia.org/wiki/.DS_Store Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
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