From 3be534eb2b75f4c3376bf61014c7a06d719cb9e3 Mon Sep 17 00:00:00 2001 From: Marc Date: Sat, 20 Aug 2022 16:10:00 +0100 Subject: Add macOS support (#8) Add macOS build support --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index dbbe0da..7ee9e2d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ *.a *.o *.so* +*.dylib # Build CMakeLists.txt.user @@ -20,4 +21,9 @@ CMakeUserPresets.json # Output build/ -tests/build/ +test/build/ +test/*_tests +utils/test_* + +# Temporary Patches +*.patch -- cgit 1.4.1