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>
This commit is contained in:
Jakub Kicinski 2024-10-08 08:15:32 -07:00
commit c0a30936db
3 changed files with 3 additions and 1 deletions

View File

@ -16,6 +16,7 @@ ipsec
ipv6_flowlabel ipv6_flowlabel
ipv6_flowlabel_mgr ipv6_flowlabel_mgr
log.txt log.txt
msg_oob
msg_zerocopy msg_zerocopy
ncdevmem ncdevmem
nettest nettest

View File

@ -0,0 +1 @@
include.sh

View File

@ -8,6 +8,6 @@ TEST_PROGS := run.sh \
TEST_FILES := include.sh TEST_FILES := include.sh
EXTRA_CLEAN := /tmp/rds_logs EXTRA_CLEAN := /tmp/rds_logs include.sh
include ../../lib.mk include ../../lib.mk