diff options
author | Robin Holt <holt@sgi.com> | 2008-08-04 22:06:16 +0400 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2008-08-04 22:06:16 +0400 |
commit | 94567ef16bf38e98a7de214694d327feb3ec42d4 (patch) | |
tree | c87f86bd19f57869a1f24f2db96f7d48a0691b2f /arch/ia64/kernel/.gitignore | |
parent | 9b3cbf725fb98733976fd02e2e557f0ae3028df0 (diff) | |
download | linux-94567ef16bf38e98a7de214694d327feb3ec42d4.tar.xz |
[IA64] Cleanup generated file not ignored by .gitignore
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>
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 index 98307759a3b8..21cb0da5ded8 100644 --- a/arch/ia64/kernel/.gitignore +++ b/arch/ia64/kernel/.gitignore @@ -1 +1,2 @@ gate.lds +vmlinux.lds |