Skip to content

Commit c0a3093

Browse files
committed
Merge branch 'selftests-net-add-missing-gitignore-and-extra_clean-entries'
Javier Carrasco says: ==================== selftests: net: add missing gitignore and EXTRA_CLEAN entries. This series is a cherry-pick on top of v6.12-rc1 from the one I sent for selftests with other patches that were not net-related: https://lore.kernel.org/all/[email protected]/ The patches have not been modified, and the Reviewed-by tags have been kept. v1: https://lore.kernel.org/[email protected] ==================== Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
2 parents f15b8d6 + 0e43a5a commit c0a3093

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

tools/testing/selftests/net/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ ipsec
1616
ipv6_flowlabel
1717
ipv6_flowlabel_mgr
1818
log.txt
19+
msg_oob
1920
msg_zerocopy
2021
ncdevmem
2122
nettest
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include.sh

tools/testing/selftests/net/rds/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ TEST_PROGS := run.sh \
88

99
TEST_FILES := include.sh
1010

11-
EXTRA_CLEAN := /tmp/rds_logs
11+
EXTRA_CLEAN := /tmp/rds_logs include.sh
1212

1313
include ../../lib.mk

0 commit comments

Comments
 (0)