[PATCH] gitignore x86_64 files

From: Brian Gerst
Date: Tue Dec 27 2005 - 23:38:36 EST


Add filters for x86_64 generated files.

Signed-off-by: Brian Gerst <bgerst@xxxxxxxxxxxxx>

---
commit 0e5f0274a2e711e54304c05114d48e4b56e42c21
tree 9625ef0023b16b3faf8ea25882e3c49d15e3d3cb
parent 54d78ad11408855b56d18e45e741c257799ed24f
author Brian Gerst <bgerst@xxxxxxxxxxxxx> Tue, 27 Dec 2005 23:38:23 -0500
committer Brian Gerst <bgerst@xxxxxxxxxxxxx> Tue, 27 Dec 2005 23:38:23 -0500

arch/x86_64/boot/.gitignore | 3 +++
arch/x86_64/boot/tools/.gitignore | 1 +
arch/x86_64/ia32/.gitignore | 1 +
3 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/arch/x86_64/boot/.gitignore b/arch/x86_64/boot/.gitignore
new file mode 100644
index 0000000..495f20c
--- /dev/null
+++ b/arch/x86_64/boot/.gitignore
@@ -0,0 +1,3 @@
+bootsect
+bzImage
+setup
diff --git a/arch/x86_64/boot/tools/.gitignore b/arch/x86_64/boot/tools/.gitignore
new file mode 100644
index 0000000..378eac2
--- /dev/null
+++ b/arch/x86_64/boot/tools/.gitignore
@@ -0,0 +1 @@
+build
diff --git a/arch/x86_64/ia32/.gitignore b/arch/x86_64/ia32/.gitignore
new file mode 100644
index 0000000..48ab174
--- /dev/null
+++ b/arch/x86_64/ia32/.gitignore
@@ -0,0 +1 @@
+vsyscall*.so


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/