summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 92cc9fe7ffbf9094a80df703c48bd0472243a536 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.idea
.code

# copied from https://github.com/github/gitignore/blob/main/CMake.gitignore
CMakeLists.txt.user
CMakeCache.txt
CMakeFiles
CMakeScripts
Testing
Makefile
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
_deps

# cmake builds
cmake-build-*