Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Woolley <cwoolley@gitlab.com>2022-05-04 10:29:14 +0300
committerChad Woolley <cwoolley@gitlab.com>2022-05-04 10:29:14 +0300
commitfce08220a78826c50475b2422efbba8a3712c202 (patch)
tree7489c3564a816cc199217b3f3c662fa7595851ff
parent8be0608dcabb49043a6736c1b54c64fdcaa6bf7c (diff)
Add .DS_Store to .gitignore
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 3659a9723..8c3287137 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,6 @@
+# MacOS filesystem
+.DS_Store
+
# Generic artifacts
/_build/
/*.deb