* [PATCH] Ignore vmlinux.lds generated files
@ 2008-08-19 19:28 Florian Fainelli
2008-08-19 23:20 ` Ralf Baechle
0 siblings, 1 reply; 2+ messages in thread
From: Florian Fainelli @ 2008-08-19 19:28 UTC (permalink / raw)
To: linux-mips; +Cc: ralf
This patch adds the proper .gitignore file to ignore
vmlinux.lds generated in arch/mips/kernel/.
Signed-off-by: Florian Fainelli <florian.fainelli@telecomint.eu>
---
diff --git a/arch/mips/kernel/.gitignore b/arch/mips/kernel/.gitignore
new file mode 100644
index 0000000..c5f676c
--- /dev/null
+++ b/arch/mips/kernel/.gitignore
@@ -0,0 +1 @@
+vmlinux.lds
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-08-19 23:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-19 19:28 [PATCH] Ignore vmlinux.lds generated files Florian Fainelli
2008-08-19 23:20 ` Ralf Baechle
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.