mirror of
https://github.com/xdp-project/bpf-examples.git
synced 2024-05-06 15:54:53 +00:00
Make Git ignore untracked files in libxdp submodule. Signed-off-by: Simon Sundberg <simon.sundberg@kau.se>
9 lines
223 B
Plaintext
9 lines
223 B
Plaintext
[submodule "lib/libbpf"]
|
|
path = lib/libbpf
|
|
url = https://github.com/xdp-project/libbpf.git
|
|
ignore = dirty
|
|
[submodule "lib/xdp-tools"]
|
|
path = lib/xdp-tools
|
|
url = https://github.com/xdp-project/xdp-tools
|
|
ignore = dirty
|