mirror of
https://github.com/ParrotXray/Mantis.git
synced 2026-08-24 18:50:28 +09:00
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:
parent
df610e778e
commit
88cab716e3
2
.gitignore
vendored
2
.gitignore
vendored
@ -19,3 +19,5 @@ node_modules/
|
||||
|
||||
*.rules
|
||||
*.db
|
||||
lib/ebpf/mantis-ingress
|
||||
lib/ebpf/mantis-egress
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user