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)
commit8570e75a55430844a8e85e3458e5701556334ffd
treef1ece9fc5175da777b422cb1a1e4b8a459eb317c
parent4d52ebc7ace491d58f96d1f4a1cb9070c506b2e7
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>
tools/testing/selftests/nci/.gitignore [new file with mode: 0644]