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
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