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>
This commit is contained in:
David Matlack 2021-05-19 21:33:33 +00:00 committed by David S. Miller
parent 4d52ebc7ac
commit 8570e75a55

View File

@ -0,0 +1 @@
/nci_dev