about summary refs log tree commit diff stats
path: root/.gitignore
blob: 7ee9e2dcb719dc852f27cbb7b1fdd28f63dcf5bf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Binaries
*.a
*.o
*.so*
*.dylib

# Build
CMakeLists.txt.user
CMakeCache.txt
CMakeFiles
CMakeScripts
Testing
Makefile
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
_deps
CMakeUserPresets.json
*-prefix/

# Output
build/
test/build/
test/*_tests
utils/test_*

# Temporary Patches
*.patch