diff options
author | Georgi Valkov <gvalkov@gmail.com> | 2025-06-12 07:58:26 +0300 |
---|---|---|
committer | Bernd Schubert <bernd@bsbernd.com> | 2025-06-12 09:25:03 +0200 |
commit | 3d8aba629504d8a17bcd93fc70dc760791e7786a (patch) | |
tree | bc56732754b69a10708d09089d30acb682ca6dc5 | |
parent | 05cbdf637483157a8455f19ec37f62c22ad24e08 (diff) | |
download | libfuse-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-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ \#*# *.orig *~ +.DS_Store Makefile.in Makefile *.m4 |