libregexis024/.gitignore

14 lines
224 B
Plaintext
Raw Normal View History

2024-07-28 16:54:57 +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
2024-07-31 13:15:18 +00:00
.idea/
compile_commands.json
local.sh