aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests
diff options
context:
space:
mode:
authorDavid Matlack <dmatlack@google.com>2021-05-19 21:33:33 +0000
committerDavid S. Miller <davem@davemloft.net>2021-05-20 12:51:24 -0700
commit8570e75a55430844a8e85e3458e5701556334ffd (patch)
treef1ece9fc5175da777b422cb1a1e4b8a459eb317c /tools/testing/selftests
parentnet: hso: bail out on interrupt URB allocation failure (diff)
downloadwireguard-linux-8570e75a55430844a8e85e3458e5701556334ffd.tar.xz
wireguard-linux-8570e75a55430844a8e85e3458e5701556334ffd.zip
selftests: Add .gitignore for nci test suite
Building the nci test suite produces a binary, nci_dev, that git then tries to track. Add a .gitignore file to tell git to ignore this binary. Signed-off-by: David Matlack <dmatlack@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/testing/selftests')
-rw-r--r--tools/testing/selftests/nci/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/nci/.gitignore b/tools/testing/selftests/nci/.gitignore
new file mode 100644
index 000000000000..448eeb4590fc
--- /dev/null
+++ b/tools/testing/selftests/nci/.gitignore
@@ -0,0 +1 @@
+/nci_dev