]> Git Repo - linux.git/commitdiff
selftests/net: add missing gitignores (ipv6_flowlabel)
authorJakub Kicinski <[email protected]>
Thu, 25 Jul 2019 00:07:14 +0000 (17:07 -0700)
committerDavid S. Miller <[email protected]>
Fri, 26 Jul 2019 00:13:21 +0000 (17:13 -0700)
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 <[email protected]>
Reviewed-by: Quentin Monnet <[email protected]>
Acked-by: Willem de Bruijn <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
tools/testing/selftests/net/.gitignore

index 4ce0bc1612f5495444d72f678d6368d54e6a10c1..c7cced739c34bcada309cae1ce7607af04637887 100644 (file)
@@ -17,7 +17,7 @@ tcp_inq
 tls
 txring_overwrite
 ip_defrag
+ipv6_flowlabel
+ipv6_flowlabel_mgr
 so_txtime
-flowlabel
-flowlabel_mgr
 tcp_fastopen_backup_key
This page took 0.052734 seconds and 4 git commands to generate.