selftests: Add missing gitignore entries
authorGabriel Krisman Bertazi <krisman@collabora.com>
Sat, 5 Sep 2020 05:31:39 +0000 (01:31 -0400)
committerShuah Khan <skhan@linuxfoundation.org>
Wed, 23 Sep 2020 16:19:25 +0000 (10:19 -0600)
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>
tools/testing/selftests/firmware/.gitignore [new file with mode: 0644]
tools/testing/selftests/netfilter/.gitignore [new file with mode: 0644]
tools/testing/selftests/ptrace/.gitignore

diff --git a/tools/testing/selftests/firmware/.gitignore b/tools/testing/selftests/firmware/.gitignore
new file mode 100644 (file)
index 0000000..62abc92
--- /dev/null
@@ -0,0 +1,2 @@
+# SPDX-License-Identifier: GPL-2.0-only
+fw_namespace
diff --git a/tools/testing/selftests/netfilter/.gitignore b/tools/testing/selftests/netfilter/.gitignore
new file mode 100644 (file)
index 0000000..8448f74
--- /dev/null
@@ -0,0 +1,2 @@
+# SPDX-License-Identifier: GPL-2.0-only
+nf-queue
index 7bebf95..792318a 100644 (file)
@@ -1,3 +1,4 @@
 # SPDX-License-Identifier: GPL-2.0-only
 get_syscall_info
 peeksiginfo
+vmaccess