diff options
author | Peter Chubb <peterc@gelato.unsw.edu.au> | 2007-10-30 20:45:50 -0400 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2007-11-06 18:39:45 -0500 |
commit | c5d07d6ccc6710cad5815768c6d5e629c99b4dca (patch) | |
tree | f5f37efbc1cd333e8389b764eeccaa523be92fe0 /arch/ia64/kernel/.gitignore | |
parent | 4b9ddc7cf272a0af321c22ef9c00d76384402d48 (diff) |
[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 <peterc@gelato.unsw.edu.au>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/ia64/kernel/.gitignore')
-rw-r--r-- | arch/ia64/kernel/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||