mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 02:53:36 +02:00
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:
parent
4d52ebc7ac
commit
8570e75a55
1
tools/testing/selftests/nci/.gitignore
vendored
Normal file
1
tools/testing/selftests/nci/.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
/nci_dev
|
||||
Loading…
Reference in New Issue
Block a user