mirror of
https://github.com/xdp-project/bpf-examples.git
synced 2024-05-06 15:54:53 +00:00
.gitmodules: Add ignore=dirty for libbpf
We run 'make install' inside the libbpf subdirectory which will mark it as 'dirty' as far as the parent repo is concerned. Since we're not doing any libbpf development in this repository, just ignoring it should not bring any issues; we'll still get a notification if the committed content of the submodule changes. Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
This commit is contained in:
1
.gitmodules
vendored
1
.gitmodules
vendored
@@ -1,3 +1,4 @@
|
||||
[submodule "lib/libbpf"]
|
||||
path = lib/libbpf
|
||||
url = https://github.com/xdp-project/libbpf.git
|
||||
ignore = dirty
|
||||
|
Reference in New Issue
Block a user