about summary refs log tree commit diff stats
path: root/.gitignore
blob: dbbe0da34e5bd8944c25d902c2070f14a594e7d0 (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
# Binaries
*.a
*.o
*.so*

# 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/
tests/build/