Skip to content

Commit

Permalink
bpfilter: ignore binary files
Browse files Browse the repository at this point in the history
net/bpfilter/bpfilter_umh is a binary file generated when bpfilter is
enabled, add it to .gitignore to avoid committing it.

Fixes: d2ba09c ("net: add skeleton of bpfilter kernel module")
Signed-off-by: Matteo Croce <mcroce@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Matteo Croce authored and David S. Miller committed Jun 20, 2018
1 parent 421780f commit 8b26a06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions net/bpfilter/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bpfilter_umh

0 comments on commit 8b26a06

Please sign in to comment.