Add eBPF build artifact placeholders to gitignore

lib/ebpf/mantis-ingress and lib/ebpf/mantis-egress are zero-byte
placeholder files produced by SKIP_EBPF_BUILD=1 builds; the real
artifacts are compiled eBPF ELF binaries that should not be tracked.

https://claude.ai/code/session_0138PxtKH73hqxv7h1oaoSdS
This commit is contained in:
Claude 2026-06-16 06:37:58 +00:00
parent df610e778e
commit 88cab716e3
No known key found for this signature in database

2
.gitignore vendored
View File

@ -19,3 +19,5 @@ node_modules/
*.rules
*.db
lib/ebpf/mantis-ingress
lib/ebpf/mantis-egress