[PATCH] gitignore asm-offsets.h

From: Brian Gerst
Date: Tue Dec 27 2005 - 23:18:50 EST


Ignore asm-offsets.h for all arches.

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

---
commit 54d78ad11408855b56d18e45e741c257799ed24f
tree 795529c632476c6730f252c1d10b98fefd4a2fac
parent 58c5813206aec0df47a061ad31c457cd6e176d12
author Brian Gerst <bgerst@xxxxxxxxxxxxx> Tue, 27 Dec 2005 23:16:47 -0500
committer Brian Gerst <bgerst@xxxxxxxxxxxxx> Tue, 27 Dec 2005 23:16:47 -0500

.gitignore | 1 +
include/asm-mips/.gitignore | 1 -
2 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/.gitignore b/.gitignore
index 5014bfa..a4b576e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,6 +23,7 @@ Module.symvers
# Generated include files
#
include/asm
+include/asm-*/asm-offsets.h
include/config
include/linux/autoconf.h
include/linux/compile.h
diff --git a/include/asm-mips/.gitignore b/include/asm-mips/.gitignore
deleted file mode 100644
index 4ec57ad..0000000
--- a/include/asm-mips/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-asm_offsets.h


-
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/