13 lines
202 B
Plaintext
13 lines
202 B
Plaintext
# Never use CMAKE in production
|
|
CMakeLists.txt
|
|
cmake-build-debug/
|
|
# Output of build system
|
|
built/
|
|
# This is a compilated build system script
|
|
building/main
|
|
building/*.png
|
|
building/*.svg
|
|
|
|
.idea/
|
|
local.sh
|