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 a4b576e..3f8fb68 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