Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [IA64] Cleanup generated file not ignored by .gitignore | Robin Holt | 2008-08-04 | 1 | -0/+1 |
| | | | | | | | | 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> | ||||
* | [IA64] Add gate.lds to list of files ignored by Git | Peter Chubb | 2007-11-07 | 1 | -0/+1 |
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> |