Files
lorex/.gitignore
T
retoor ec4fdec37b
CI / build (push) Successful in 21s
CI / test (push) Successful in 15s
CI / valgrind (push) Successful in 23s
CI / coverage (push) Failing after 23s
chore: update copyright year to 2026 in all source and documentation headers
2026-01-04 00:58:43 +00: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