20 lines
202 B
Plaintext
20 lines
202 B
Plaintext
# CMake and make files
|
|
cmake_install.cmake
|
|
CMakeCache.txt
|
|
CMakeFiles/
|
|
CMakeTmp/
|
|
Makefile
|
|
build/
|
|
|
|
# .folders
|
|
.vscode/
|
|
.cmake/
|
|
.idea/
|
|
|
|
# scripts, execs, etc
|
|
build.sh
|
|
test.cpp
|
|
game
|
|
notes/
|
|
Testing/
|
|
testing/ |