about summary refs log tree commit diff stats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore8
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
7CMakeLists.txt.user 8CMakeLists.txt.user
@@ -20,4 +21,9 @@ CMakeUserPresets.json
20 21
21# Output 22# Output
22build/ 23build/
23tests/build/ 24test/build/
25test/*_tests
26utils/test_*
27
28# Temporary Patches
29*.patch