.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:
Toke Høiland-Jørgensen
2021-01-13 17:10:20 +01:00
parent 175fb4ad6c
commit afcc607e64

1
.gitmodules vendored
View File

@@ -1,3 +1,4 @@
[submodule "lib/libbpf"]
path = lib/libbpf
url = https://github.com/xdp-project/libbpf.git
ignore = dirty