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/20240925-selftests-gitignore-v3-0-9db896474170@gmail.com/ The patches have not been modified, and the Reviewed-by tags have been kept. v1: https://lore.kernel.org/20240930-net-selftests-gitignore-v1-0-65225a855946@gmail.com ==================== Link: https://patch.msgid.link/20241005-net-selftests-gitignore-v2-0-3a0b2876394a@gmail.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2 parents f15b8d6 + 0e43a5a commit c0a3093

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

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)