浏览代码

[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>
Peter Chubb 17 年之前
父节点
当前提交
c5d07d6ccc
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      arch/ia64/kernel/.gitignore

+ 1 - 0
arch/ia64/kernel/.gitignore

@@ -0,0 +1 @@
+gate.lds