Added !vmlinux.lds.h to .gitignore because it would otherwise be ignored.
Signed-off-by: Eduard - Gabriel Munteanu <[email protected]>
---
.gitignore | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
index d24ad50..9bb1cb6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,6 +26,7 @@ tags
TAGS
vmlinux*
!vmlinux.lds.S
+!vmlinux.lds.h
System.map
Module.markers
Module.symvers
--
1.5.5.4
* Eduard - Gabriel Munteanu ([email protected]) wrote:
> Added !vmlinux.lds.h to .gitignore because it would otherwise be ignored.
>
> Signed-off-by: Eduard - Gabriel Munteanu <[email protected]>
Yep, the "vmlinux*" entry seems to match vmlinux.lds.h, it shouldn't.
Acked-by: Mathieu Desnoyers <[email protected]>
> ---
> .gitignore | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/.gitignore b/.gitignore
> index d24ad50..9bb1cb6 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -26,6 +26,7 @@ tags
> TAGS
> vmlinux*
> !vmlinux.lds.S
> +!vmlinux.lds.h
> System.map
> Module.markers
> Module.symvers
> --
> 1.5.5.4
>
--
Mathieu Desnoyers
OpenPGP key fingerprint: 8CD5 52C3 8E3C 4140 715F BA06 3F25 A8FE 3BAE 9A68