Commit c0a30936 authored by Jakub Kicinski's avatar Jakub Kicinski

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.comSigned-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parents f15b8d6e 0e43a5a7
......@@ -16,6 +16,7 @@ ipsec
ipv6_flowlabel
ipv6_flowlabel_mgr
log.txt
msg_oob
msg_zerocopy
ncdevmem
nettest
......
......@@ -8,6 +8,6 @@ TEST_PROGS := run.sh \
TEST_FILES := include.sh
EXTRA_CLEAN := /tmp/rds_logs
EXTRA_CLEAN := /tmp/rds_logs include.sh
include ../../lib.mk
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment