From c5d07d6ccc6710cad5815768c6d5e629c99b4dca Mon Sep 17 00:00:00 2001 From: Peter Chubb Date: Wed, 31 Oct 2007 11:45:50 +1100 Subject: [PATCH] [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 --- arch/ia64/kernel/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 arch/ia64/kernel/.gitignore diff --git a/arch/ia64/kernel/.gitignore b/arch/ia64/kernel/.gitignore new file mode 100644 index 0000000..9830775 --- /dev/null +++ b/arch/ia64/kernel/.gitignore @@ -0,0 +1 @@ +gate.lds -- 2.7.4