diff mbox series

selftests: Add .gitignore for nci test suite

Message ID 20210519213333.3947830-1-dmatlack@google.com (mailing list archive)
State Accepted
Commit 8570e75a55430844a8e85e3458e5701556334ffd
Headers show
Series selftests: Add .gitignore for nci test suite | expand

Commit Message

David Matlack May 19, 2021, 9:33 p.m. UTC
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>
---
 tools/testing/selftests/nci/.gitignore | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 tools/testing/selftests/nci/.gitignore

Comments

patchwork-bot+netdevbpf@kernel.org May 20, 2021, 8 p.m. UTC | #1
Hello:

This patch was applied to netdev/net.git (refs/heads/master):

On Wed, 19 May 2021 21:33:33 +0000 you wrote:
> 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>
> ---
>  tools/testing/selftests/nci/.gitignore | 1 +
>  1 file changed, 1 insertion(+)
>  create mode 100644 tools/testing/selftests/nci/.gitignore

Here is the summary with links:
  - selftests: Add .gitignore for nci test suite
    https://git.kernel.org/netdev/net/c/8570e75a5543

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
diff mbox series

Patch

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