chore: add initial CI pipeline with Gitea Actions, Makefile, and project scaffolding for loreg regex engine
This commit is contained in:
+29
@@ -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
|
||||
Reference in New Issue
Block a user