All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] selftests: Add .gitignore for nci test suite
@ 2021-05-19 21:33 David Matlack
  2021-05-20 20:00 ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 2+ messages in thread
From: David Matlack @ 2021-05-19 21:33 UTC (permalink / raw)
  To: netdev, linux-nfc, linux-kselftest, linux-kernel
  Cc: Bongsu Jeon, Shuah Khan, David Matlack

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

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
-- 
2.31.1.751.gd2f1c929bd-goog


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] selftests: Add .gitignore for nci test suite
  2021-05-19 21:33 [PATCH] selftests: Add .gitignore for nci test suite David Matlack
@ 2021-05-20 20:00 ` patchwork-bot+netdevbpf
  0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2021-05-20 20:00 UTC (permalink / raw)
  To: David Matlack
  Cc: netdev, linux-nfc, linux-kselftest, linux-kernel, bongsu.jeon, shuah

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



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-05-20 20:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-19 21:33 [PATCH] selftests: Add .gitignore for nci test suite David Matlack
2021-05-20 20:00 ` patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.