On 10.09.19 11:45, Jeroen Roovers wrote: > These files are not covered in globs from any other .gitignore files. > > Signed-off-by: Jeroen Roovers <jer@xxxxxxxxxx> Jeroen, can you please check your mailer? Your patch below is not detected as patch, neither by git-am, nor by the parisc patchwork at https://patchwork.kernel.org/project/linux-parisc/list/ As such, I may have missed your patch... Anyway, this time I fixed it up manually and applied it to for-next. Thanks for the patch! Helge > --- > arch/parisc/boot/compressed/.gitignore | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/parisc/boot/compressed/.gitignore > b/arch/parisc/boot/compressed/.gitignore index > ae06b9b4c02f..926cd41c1069 100644 --- > a/arch/parisc/boot/compressed/.gitignore +++ > b/arch/parisc/boot/compressed/.gitignore @@ -1,3 +1,5 @@ > +firmware.c > +real2.S > sizes.h > vmlinux > vmlinux.lds >