Skip to content

Commit

Permalink
[IA64] Add gate.lds to list of files ignored by Git
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Peter Chubb authored and Tony Luck committed Nov 6, 2007
1 parent 4b9ddc7 commit c5d07d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/ia64/kernel/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
gate.lds

0 comments on commit c5d07d6

Please sign in to comment.