Files
lorex/.gitignore
T
retoor 7f728a5284
CI / build (push) Has been cancelled
CI / test (push) Has been cancelled
CI / valgrind (push) Has been cancelled
CI / coverage (push) Has been cancelled
chore: update c, h, md files
2026-01-04 01:58:43 +01:00

31 lines
191 B
Plaintext

# Build
build/
*.o
*.a
*.so
*.dylib
# Binary
lorex
# Coverage
*.gcov
*.gcda
*.gcno
coverage/
# Profiling
gmon.out
*.prof
# Editor
*~
*.swp
*.swo
.vscode/
.idea/
# OS
.DS_Store
Thumbs.db