2005-12-28 04:18:30

by Brian Gerst

[permalink] [raw]
Subject: [PATCH] gitignore asm-offsets.h

Ignore asm-offsets.h for all arches.

Signed-off-by: Brian Gerst <[email protected]>

---
commit 54d78ad11408855b56d18e45e741c257799ed24f
tree 795529c632476c6730f252c1d10b98fefd4a2fac
parent 58c5813206aec0df47a061ad31c457cd6e176d12
author Brian Gerst <[email protected]> Tue, 27 Dec 2005 23:16:47 -0500
committer Brian Gerst <[email protected]> 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



2006-01-01 21:25:14

by Sam Ravnborg

[permalink] [raw]
Subject: Re: [PATCH] gitignore asm-offsets.h

On Tue, Dec 27, 2005 at 11:19:04PM -0500, Brian Gerst wrote:
> Ignore asm-offsets.h for all arches.

Hi Brian.
I have applied all three gitignore patches to the kbuild tree.

Sam