banger/.gitignore
Thales Maciel 47d83ce4d7
gitignore: exclude the entire build directory
Replace the per-subdir entries with a single /build/ to cover any
new outputs Make or scripts add later (build/manual exists today;
future docs/coverage variants would otherwise need new lines).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-26 12:55:11 -03:00

22 lines
187 B
Text

state/
/build/
/runtime/
/dist/
/banger
/bangerd
*.log
*.sock
*.pid
*.tgz
*.squashfs*
squashfs-root/
rootfs*
wtf/*.deb
*.pem
*.key
id_rsa
.env
/todos
/coverage.out
/coverage.html
/.codex