]> Git Repo - linux.git/commitdiff
[IA64] Add gate.lds to list of files ignored by Git
authorPeter Chubb <[email protected]>
Wed, 31 Oct 2007 00:45:50 +0000 (11:45 +1100)
committerTony Luck <[email protected]>
Tue, 6 Nov 2007 23:39:45 +0000 (15:39 -0800)
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 <[email protected]>
Signed-off-by: Tony Luck <[email protected]>
arch/ia64/kernel/.gitignore [new file with mode: 0644]

diff --git a/arch/ia64/kernel/.gitignore b/arch/ia64/kernel/.gitignore
new file mode 100644 (file)
index 0000000..9830775
--- /dev/null
@@ -0,0 +1 @@
+gate.lds
This page took 0.052187 seconds and 4 git commands to generate.