commit 92c3189b150ff79c8ce0f5a296e2cdddbe132519
parent 4bfdee106827795e3afee071597d97019ea6a667
Author: Christian Blättler <blatc2@bfh.ch>
Date: Mon, 30 Oct 2023 20:31:35 +0100
ignore .DS_Store files
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
@@ -35,6 +35,7 @@ GPATH
GRTAGS
GTAGS
*.swp
+.DS_Store
src/include/taler_error_codes.h
src/testing/test_exchange_api_rsa
src/testing/test_exchange_api_cs
@@ -167,4 +168,4 @@ src/kyclogic/taler-exchange-kyc-tester
src/auditor/exchange-httpd-drain.err
src/templating/libmustach.a
contrib/tos/conf.py
-contrib/pp/conf.py
+contrib/pp/conf.py
+\ No newline at end of file