mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
selftests: Add missing gitignore entries
Prevent them from polluting git status after building selftests. Signed-off-by: Gabriel Krisman Bertazi <krisman@collabora.com> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
This commit is contained in:
parent
f69237e1e9
commit
997a91fd44
3 changed files with 5 additions and 0 deletions
2
tools/testing/selftests/firmware/.gitignore
vendored
Normal file
2
tools/testing/selftests/firmware/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
fw_namespace
|
2
tools/testing/selftests/netfilter/.gitignore
vendored
Normal file
2
tools/testing/selftests/netfilter/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
nf-queue
|
1
tools/testing/selftests/ptrace/.gitignore
vendored
1
tools/testing/selftests/ptrace/.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
get_syscall_info
|
||||
peeksiginfo
|
||||
vmaccess
|
||||
|
|
Loading…
Add table
Reference in a new issue