Files
lorex/.gitignore
T
retoor 3d9c4aa00b
CI / build (push) Waiting to run
CI / test (push) Blocked by required conditions
CI / valgrind (push) Blocked by required conditions
CI / coverage (push) Blocked by required conditions
chore: update c, h, md files
2026-01-04 00:04:48 +01:00

30 lines
181 B
Plaintext

# 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