Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=3e6259... Commit: 3e6259c3ef30432b4a067d6362738c236eb2e680 Parent: b895760dfb9b7ab921b066141d618bc6877f5d4b Author: Florian Fainelli <florian.fainelli@telecomint.eu> AuthorDate: Tue Aug 19 21:28:21 2008 +0200 Committer: Ralf Baechle <ralf@linux-mips.org> CommitDate: Tue Aug 26 09:10:27 2008 +0100 [MIPS] Ignore vmlinux.lds generated files 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> Signed-off-by: Ralf Baechle <ralf@linux-mips.org> --- arch/mips/kernel/.gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) 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 -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
