Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

selftests/net: add missing gitignores (ipv6_flowlabel)

ipv6_flowlabel and ipv6_flowlabel_mgr are missing from
gitignore. Quentin points out that the original
commit 3fb321fde22d ("selftests/net: ipv6 flowlabel")
did add ignore entries, they are just missing the "ipv6_"
prefix.

Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Reviewed-by: Quentin Monnet <quentin.monnet@netronome.com>
Acked-by: Willem de Bruijn <willemb@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Jakub Kicinski and committed by
David S. Miller
53db1cce d1f0b5dc

+2 -2
+2 -2
tools/testing/selftests/net/.gitignore
··· 17 17 tls 18 18 txring_overwrite 19 19 ip_defrag 20 + ipv6_flowlabel 21 + ipv6_flowlabel_mgr 20 22 so_txtime 21 - flowlabel 22 - flowlabel_mgr 23 23 tcp_fastopen_backup_key