Messages in this thread |  | | Date | Sat, 1 Jun 2019 12:22:47 +0200 | From | Heiko Carstens <> | Subject | Re: [PATCH] s390/purgatory: update .gitignore |
| |
On Fri, May 31, 2019 at 11:46:51AM +0900, Masahiro Yamada wrote: > Since commit 4c0f032d4963 ("s390/purgatory: Omit use of bin2c"), > kexec-purgatory.c is not generated. > > purgatory and purgatory.lds are generated files, so should be ignored > by git. > > Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> > --- > > arch/s390/purgatory/.gitignore | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/arch/s390/purgatory/.gitignore b/arch/s390/purgatory/.gitignore > index e9e66f178a6d..04a03433c720 100644 > --- a/arch/s390/purgatory/.gitignore > +++ b/arch/s390/purgatory/.gitignore > @@ -1,2 +1,3 @@ > -kexec-purgatory.c > +purgatory > +purgatory.lds > purgatory.ro
Applied, thanks.
|  |