aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorgi Valkov <gvalkov@gmail.com>2025-06-12 07:58:26 +0300
committerBernd Schubert <bernd@bsbernd.com>2025-06-12 09:25:03 +0200
commit3d8aba629504d8a17bcd93fc70dc760791e7786a (patch)
treebc56732754b69a10708d09089d30acb682ca6dc5
parent05cbdf637483157a8455f19ec37f62c22ad24e08 (diff)
downloadlibfuse-3d8aba629504d8a17bcd93fc70dc760791e7786a.tar.gz
gitignore: add .DS_Store
.DS_Store files are created all over the place on macOS Signed-off-by: Georgi Valkov <gvalkov@gmail.com>
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 97045f6..30b16a2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,6 +13,7 @@
\#*#
*.orig
*~
+.DS_Store
Makefile.in
Makefile
*.m4