12 lines
193 B
Plaintext
12 lines
193 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/
|