Skip to content

Commit d86dd68

Browse files
ignore vmlinux and extend example
1 parent 6881d2e commit d86dd68

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ __pycache__/
77
*.ll
88
*.o
99
.ipynb_checkpoints/
10+
vmlinux.py

tests/passing_tests/ringbuf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,5 @@ def LICENSE() -> str:
3333
compile()
3434
b = BPF()
3535
b.load_and_attach()
36+
while True:
37+
print("running")

0 commit comments

Comments
 (0)