diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index dbbe0da..7ee9e2d 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -2,6 +2,7 @@ | |||
2 | *.a | 2 | *.a |
3 | *.o | 3 | *.o |
4 | *.so* | 4 | *.so* |
5 | *.dylib | ||
5 | 6 | ||
6 | # Build | 7 | # Build |
7 | CMakeLists.txt.user | 8 | CMakeLists.txt.user |
@@ -20,4 +21,9 @@ CMakeUserPresets.json | |||
20 | 21 | ||
21 | # Output | 22 | # Output |
22 | build/ | 23 | build/ |
23 | tests/build/ | 24 | test/build/ |
25 | test/*_tests | ||
26 | utils/test_* | ||
27 | |||
28 | # Temporary Patches | ||
29 | *.patch | ||