From dacabd3b08f34ff8ac6e4ceb2a78ef85389ca682 Mon Sep 17 00:00:00 2001 From: TinyServal Date: Fri, 11 Apr 2025 16:35:24 +1000 Subject: [PATCH] Ignore macOS junk files --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 8708f82..12a4601 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,7 @@ Doxyfile # ./Testing is created if you run ctest from the wrong place. /Testing + +# macOS junk files +.DS_Store +._* -- libgit2 0.21.4