* [PATCH] gitignore shared objects
@ 2006-01-05 17:10 Brian Gerst
2006-01-06 19:53 ` Sam Ravnborg
0 siblings, 1 reply; 2+ messages in thread
From: Brian Gerst @ 2006-01-05 17:10 UTC (permalink / raw)
To: Sam Ravnborg; +Cc: lkml
Many arches make shared objects for VDSOs. Generally exclude them.
Signed-off-by: Brian Gerst <bgerst@didntduck.org>
---
commit 78a3333da041f4ec40d2fda241b7a491a69c44b7
tree 648d14cc3e86dc286b8fc9f9ffa99f213fc4e23d
parent d5b9ab9d83c4beda74115d03b9bb9bad843f9d55
author Brian Gerst <bgerst@didntduck.org> Thu, 05 Jan 2006 11:08:25 -0500
committer Brian Gerst <bgerst@didntduck.org> Thu, 05 Jan 2006 11:08:25 -0500
.gitignore | 1 +
arch/x86_64/ia32/.gitignore | 1 -
2 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/.gitignore b/.gitignore
index a4b576e..3f8fb68 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,6 +10,7 @@
*.a
*.s
*.ko
+*.so
*.mod.c
#
diff --git a/arch/x86_64/ia32/.gitignore b/arch/x86_64/ia32/.gitignore
deleted file mode 100644
index 48ab174..0000000
--- a/arch/x86_64/ia32/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-vsyscall*.so
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] gitignore shared objects
2006-01-05 17:10 [PATCH] gitignore shared objects Brian Gerst
@ 2006-01-06 19:53 ` Sam Ravnborg
0 siblings, 0 replies; 2+ messages in thread
From: Sam Ravnborg @ 2006-01-06 19:53 UTC (permalink / raw)
To: Brian Gerst; +Cc: lkml
On Thu, Jan 05, 2006 at 12:10:52PM -0500, Brian Gerst wrote:
> Many arches make shared objects for VDSOs. Generally exclude them.
>
> Signed-off-by: Brian Gerst <bgerst@didntduck.org>
Applied. Bonus was to kill one .gitignore in x86_64.
Sam
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-01-06 19:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-05 17:10 [PATCH] gitignore shared objects Brian Gerst
2006-01-06 19:53 ` Sam Ravnborg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox