Skip to content

Commit 2057146

Browse files
alan-maguireyonghong-song
authored andcommitted
bcc: and generated compat/linux/bpf.h to .gitignore
For package builds, compat/linux/bpf.h is generated from compat/linux/virtual_bpf.h, so add it to .gitignore. Suggested-by: Hengqi Chen <[email protected]> Signed-off-by: Alan Maguire <[email protected]>
1 parent e4bb4f3 commit 2057146

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,6 @@ examples/cgroupid/cgroupid
1616
# Output from docker builds
1717
scripts/docker/output/
1818
/output/
19+
20+
# UAPI header generated for libbpf package-based builds
21+
src/cc/compat/linux/bpf.h

0 commit comments

Comments
 (0)