Skip to content

Commit e7353aa

Browse files
committed
Update .gitignore to include more userspace programs.
Signed-off-by: Anton Protopopov <a.s.protopopov@gmail.com>
1 parent 8327377 commit e7353aa

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.gitignore

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,15 @@ Module.symvers
5353
Mkfile.old
5454
dkms.conf
5555

56-
# The xdp_loader program
56+
# Userspace programs
5757
xdp_loader
58+
xdp_stats
59+
xdp_pass_user
60+
xdp_load_and_stats
61+
xdp_prog_user
62+
63+
# tracing userspace programs
64+
trace_load_and_stats
65+
trace_load_and_stats
66+
trace_read
67+
xdp_sample_pkts_user

0 commit comments

Comments
 (0)