libjsonincpp/.gitignore

13 lines
202 B
Plaintext
Raw Normal View History

2024-07-23 13:31:51 +00:00
# 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/
2024-08-27 10:54:35 +00:00
local.sh