aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 2b0f809dfc08ebd6596d130bbdf87ff1495709f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
*.a
*.cmake
*.make
cmake.*
CMakeCache.txt
Makefile
compile_commands.json

.cmake/
_deps/
build/
CMakeFiles/
src/Testing