22 lines
182 B
Plaintext
22 lines
182 B
Plaintext
# build artifacts
|
|
/build/
|
|
bin/
|
|
|
|
# cmake
|
|
CMakeCache.txt
|
|
CMakeFiles/
|
|
cmake_install.cmake
|
|
Makefile
|
|
.ninja*
|
|
compile_commands.json
|
|
|
|
# editor
|
|
.vscode/
|
|
.idea/
|
|
|
|
# logs
|
|
*.log
|
|
|
|
# OS
|
|
.DS_Store
|