summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorJan Scheer <jhscheer@users.noreply.github.com>2021-05-06 14:10:16 +0200
committerSylvestre Ledru <sledru@mozilla.com>2021-05-06 14:18:32 +0200
commitcdd3998a445ea31a14320d27b97f1f8d74d3af4d (patch)
treec40245a2e47c6a856416fb79e83c9881500fe0ca /.gitignore
parent928fc59845d9854fd16ae324d4ed82882bec99bd (diff)
gitignore: add ds_store files
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 11f46e13e..77e8f717e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,5 @@ Cargo.lock
lib*.a
/docs/_build
*.iml
+### macOS ###
+.DS_Store