From 92c3189b150ff79c8ce0f5a296e2cdddbe132519 Mon Sep 17 00:00:00 2001 From: Christian Blättler Date: Mon, 30 Oct 2023 20:31:35 +0100 Subject: ignore .DS_Store files --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index a029ccda5..e710cab66 100644 --- 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 -- cgit v1.2.3