]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
gitignore: ignore shared objects
authorBrian Gerst <bgerst@didntduck.org>
Thu, 5 Jan 2006 17:10:52 +0000 (12:10 -0500)
committerSam Ravnborg <sam@mars.ravnborg.org>
Fri, 6 Jan 2006 19:52:32 +0000 (20:52 +0100)
Many arches make shared objects for VDSOs.  Generally exclude them.

Signed-off-by: Brian Gerst <bgerst@didntduck.org>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
.gitignore
arch/x86_64/ia32/.gitignore [deleted file]

index a4b576eb9c00311392c203755663f9f4a29e8477..3f8fb686b59ce6d3c9439232d9ade24f108ea65d 100644 (file)
@@ -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 (file)
index 48ab174..0000000
+++ /dev/null
@@ -1 +0,0 @@
-vsyscall*.so