hydrangea/.gitignore
2024-07-31 00:06:54 -05:00

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/