From: Daniel Guilak Date: Thu, 10 Jul 2008 16:39:32 +0000 (-0700) Subject: arch/x86/kernel/.gitignore: Added vmlinux.lds to .gitignore file because it shouldn... X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b10e9ad0f1d0dc62bd444dd6761a6527bfe98959;p=linux-beck.git arch/x86/kernel/.gitignore: Added vmlinux.lds to .gitignore file because it shouldn't be tracked. Signed-off-by: Daniel Guilak Signed-off-by: Linus Torvalds --- diff --git a/arch/x86/kernel/.gitignore b/arch/x86/kernel/.gitignore index 4ea38a39aed4..08f4fd731469 100644 --- a/arch/x86/kernel/.gitignore +++ b/arch/x86/kernel/.gitignore @@ -1,2 +1,3 @@ vsyscall.lds vsyscall_32.lds +vmlinux.lds