From: Peter Chubb Date: Wed, 31 Oct 2007 00:45:50 +0000 (+1100) Subject: [IA64] Add gate.lds to list of files ignored by Git X-Git-Tag: v2.6.24-rc3~169^2~7 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c5d07d6ccc6710cad5815768c6d5e629c99b4dca;p=karo-tx-linux.git [IA64] Add gate.lds to list of files ignored by Git If you build the kernel `in-place' then do a git update, git complains about arch/ia64/kernel/gate.lds being modified and untracked. Add that (generated) file to a .gitignore file. Signed-off-by: Peter Chubb Signed-off-by: Tony Luck --- diff --git a/arch/ia64/kernel/.gitignore b/arch/ia64/kernel/.gitignore new file mode 100644 index 000000000000..98307759a3b8 --- /dev/null +++ b/arch/ia64/kernel/.gitignore @@ -0,0 +1 @@ +gate.lds