linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] tools: gpio: Add include/linux/gpio.h to .gitignore
@ 2019-05-12  5:37 Kelsey Skunberg
  2019-05-20 13:45 ` Bartosz Golaszewski
  0 siblings, 1 reply; 2+ messages in thread
From: Kelsey Skunberg @ 2019-05-12  5:37 UTC (permalink / raw)
  To: bgolaszewski, linus.walleij, linux-gpio, linux-kernel, skhan,
	linux-kernel-mentees
  Cc: Kelsey Skunberg

File include/linux/gpio.h is generated after building
tools/testing/selftests

Add gpio.h to .gitignore to help clean up working tree status.

Signed-off-by: Kelsey Skunberg <skunberg.kelsey@gmail.com>
---
 tools/gpio/.gitignore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/gpio/.gitignore b/tools/gpio/.gitignore
index 9e9dd4b681b2..a94c0e83b209 100644
--- a/tools/gpio/.gitignore
+++ b/tools/gpio/.gitignore
@@ -1,4 +1,4 @@
 gpio-event-mon
 gpio-hammer
 lsgpio
-
+include/linux/gpio.h
--
2.20.1


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

* Re: [PATCH] tools: gpio: Add include/linux/gpio.h to .gitignore
  2019-05-12  5:37 [PATCH] tools: gpio: Add include/linux/gpio.h to .gitignore Kelsey Skunberg
@ 2019-05-20 13:45 ` Bartosz Golaszewski
  0 siblings, 0 replies; 2+ messages in thread
From: Bartosz Golaszewski @ 2019-05-20 13:45 UTC (permalink / raw)
  To: Kelsey Skunberg
  Cc: Linus Walleij, linux-gpio, LKML, skhan, linux-kernel-mentees

niedz., 12 maj 2019 o 07:38 Kelsey Skunberg
<skunberg.kelsey@gmail.com> napisał(a):
>
> File include/linux/gpio.h is generated after building
> tools/testing/selftests
>
> Add gpio.h to .gitignore to help clean up working tree status.
>
> Signed-off-by: Kelsey Skunberg <skunberg.kelsey@gmail.com>
> ---
>  tools/gpio/.gitignore | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/gpio/.gitignore b/tools/gpio/.gitignore
> index 9e9dd4b681b2..a94c0e83b209 100644
> --- a/tools/gpio/.gitignore
> +++ b/tools/gpio/.gitignore
> @@ -1,4 +1,4 @@
>  gpio-event-mon
>  gpio-hammer
>  lsgpio
> -
> +include/linux/gpio.h
> --
> 2.20.1
>

Patch applied, thanks!

Bartosz

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

end of thread, other threads:[~2019-05-20 13:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-12  5:37 [PATCH] tools: gpio: Add include/linux/gpio.h to .gitignore Kelsey Skunberg
2019-05-20 13:45 ` Bartosz Golaszewski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).