diff options
author | Christian Blättler <blatc2@bfh.ch> | 2023-10-30 20:31:35 +0100 |
---|---|---|
committer | Christian Blättler <blatc2@bfh.ch> | 2023-10-30 20:31:35 +0100 |
commit | 92c3189b150ff79c8ce0f5a296e2cdddbe132519 (patch) | |
tree | 8f057522f29fd94ed9a7adee5c5c7067f8237157 | |
parent | 4bfdee106827795e3afee071597d97019ea6a667 (diff) |
ignore .DS_Store files
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
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 |