Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-04 | [IA64] Cleanup generated file not ignored by .gitignore | Robin Holt | |
arch/ia64/kernel/vmlinux.lds is a generated file. Tell git to ignore it. Signed-off-by: Robin Holt <holt@sgi.com> Signed-off-by: Tony Luck <tony.luck@intel.com> | |||
2007-11-06 | [IA64] Add gate.lds to list of files ignored by Git | Peter Chubb | |
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 <peterc@gelato.unsw.edu.au> Signed-off-by: Tony Luck <tony.luck@intel.com> |