chore: add initial CI pipeline with Gitea Actions, Makefile, and project scaffolding for loreg regex engine

This commit is contained in:
2026-01-03 23:04:48 +00:00
commit c97aded10f
26 changed files with 4459 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
# Build
build/
*.o
*.a
*.so
*.dylib
# Binary
loreg
# Coverage
*.gcov
*.gcda
*.gcno
# Profiling
gmon.out
*.prof
# Editor
*~
*.swp
*.swo
.vscode/
.idea/
# OS
.DS_Store
Thumbs.db