diff options
author | Peter Chubb <peterc@gelato.unsw.edu.au> | 2007-10-31 11:45:50 +1100 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2007-11-06 15:39:45 -0800 |
commit | c5d07d6ccc6710cad5815768c6d5e629c99b4dca (patch) | |
tree | f5f37efbc1cd333e8389b764eeccaa523be92fe0 /arch/ia64 | |
parent | 4b9ddc7cf272a0af321c22ef9c00d76384402d48 (diff) | |
download | linux-3.10-c5d07d6ccc6710cad5815768c6d5e629c99b4dca.tar.gz linux-3.10-c5d07d6ccc6710cad5815768c6d5e629c99b4dca.tar.bz2 linux-3.10-c5d07d6ccc6710cad5815768c6d5e629c99b4dca.zip |
[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')
-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 00000000000..98307759a3b --- /dev/null +++ b/arch/ia64/kernel/.gitignore @@ -0,0 +1 @@ +gate.lds |