2019-05-12 05:42:23

by Kelsey

[permalink] [raw]
Subject: [PATCH] tools: gpio: Add include/linux/gpio.h to .gitignore

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 <[email protected]>
---
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


2019-05-20 18:04:19

by Bartosz Golaszewski

[permalink] [raw]
Subject: Re: [PATCH] tools: gpio: Add include/linux/gpio.h to .gitignore

niedz., 12 maj 2019 o 07:38 Kelsey Skunberg
<[email protected]> 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 <[email protected]>
> ---
> 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