Skip to content

Commit

Permalink
Merge branch 'selftests-net-add-missing-gitignore-and-extra_clean-ent…
Browse files Browse the repository at this point in the history
…ries'

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>
  • Loading branch information
Jakub Kicinski committed Oct 8, 2024
2 parents f15b8d6 + 0e43a5a commit c0a3093
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions tools/testing/selftests/net/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ ipsec
ipv6_flowlabel
ipv6_flowlabel_mgr
log.txt
msg_oob
msg_zerocopy
ncdevmem
nettest
Expand Down
1 change: 1 addition & 0 deletions tools/testing/selftests/net/rds/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include.sh
2 changes: 1 addition & 1 deletion tools/testing/selftests/net/rds/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c0a3093

Please sign in to comment.