From: David Matlack Date: Wed, 19 May 2021 21:33:33 +0000 (+0000) Subject: selftests: Add .gitignore for nci test suite X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=8570e75a55430844a8e85e3458e5701556334ffd;p=linux.git 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 Signed-off-by: David S. Miller --- diff --git a/tools/testing/selftests/nci/.gitignore b/tools/testing/selftests/nci/.gitignore new file mode 100644 index 0000000000000..448eeb4590fcf --- /dev/null +++ b/tools/testing/selftests/nci/.gitignore @@ -0,0 +1 @@ +/nci_dev