mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 00:21:59 +00:00
selftests/net: Add log.txt and tools to .gitignore
Update .gitignore to untrack tools directory and log.txt. "tools" is generated in "selftests/net/Makefile" and log.txt is generated in "selftests/net/gro.sh" when executing run_all_tests. Signed-off-by: Anh Tuan Phan <tuananhlfc@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
f866fbc842
commit
144e22e756
2
tools/testing/selftests/net/.gitignore
vendored
2
tools/testing/selftests/net/.gitignore
vendored
@ -15,6 +15,7 @@ ip_local_port_range
|
|||||||
ipsec
|
ipsec
|
||||||
ipv6_flowlabel
|
ipv6_flowlabel
|
||||||
ipv6_flowlabel_mgr
|
ipv6_flowlabel_mgr
|
||||||
|
log.txt
|
||||||
msg_zerocopy
|
msg_zerocopy
|
||||||
nettest
|
nettest
|
||||||
psock_fanout
|
psock_fanout
|
||||||
@ -45,6 +46,7 @@ test_unix_oob
|
|||||||
timestamping
|
timestamping
|
||||||
tls
|
tls
|
||||||
toeplitz
|
toeplitz
|
||||||
|
tools
|
||||||
tun
|
tun
|
||||||
txring_overwrite
|
txring_overwrite
|
||||||
txtimestamp
|
txtimestamp
|
||||||
|
Loading…
Reference in New Issue
Block a user