From: Mike Galbraith Date: Tue, 2 Jun 2009 06:23:58 +0000 (+0200) Subject: x86, boot: add new generated files to the appropriate .gitignore files X-Git-Tag: v2.6.31-rc1~422^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6799687a53a28536fd027ccb644833f66a778925;p=platform%2Fkernel%2Flinux-3.10.git x86, boot: add new generated files to the appropriate .gitignore files git status complains of untracked (generated) files in arch/x86/boot.. # Untracked files: # (use "git add ..." to include in what will be committed) # # ../../arch/x86/boot/compressed/mkpiggy # ../../arch/x86/boot/compressed/piggy.S # ../../arch/x86/boot/compressed/vmlinux.lds # ../../arch/x86/boot/voffset.h # ../../arch/x86/boot/zoffset.h ..so adjust .gitignore files accordingly. Signed-off-by: Mike Galbraith Signed-off-by: H. Peter Anvin --- diff --git a/arch/x86/boot/.gitignore b/arch/x86/boot/.gitignore index 172cf8a..851fe93 100644 --- a/arch/x86/boot/.gitignore +++ b/arch/x86/boot/.gitignore @@ -3,6 +3,8 @@ bzImage cpustr.h mkcpustr offsets.h +voffset.h +zoffset.h setup setup.bin setup.elf diff --git a/arch/x86/boot/compressed/.gitignore b/arch/x86/boot/compressed/.gitignore index 63eff3b..4a46fab 100644 --- a/arch/x86/boot/compressed/.gitignore +++ b/arch/x86/boot/compressed/.gitignore @@ -1,3 +1,6 @@ relocs vmlinux.bin.all vmlinux.relocs +vmlinux.lds +mkpiggy +piggy.S