]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
selftests: Add .gitignore for nci test suite
authorDavid Matlack <dmatlack@google.com>
Wed, 19 May 2021 21:33:33 +0000 (21:33 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 20 May 2021 19:51:24 +0000 (12:51 -0700)
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>
tools/testing/selftests/nci/.gitignore [new file with mode: 0644]

diff --git a/tools/testing/selftests/nci/.gitignore b/tools/testing/selftests/nci/.gitignore
new file mode 100644 (file)
index 0000000..448eeb4
--- /dev/null
@@ -0,0 +1 @@
+/nci_dev