From: Brian Gerst Date: Thu, 5 Jan 2006 17:10:52 +0000 (-0500) Subject: gitignore: ignore shared objects X-Git-Tag: v2.6.16-rc1~474^2~15 X-Git-Url: http://pilppa.org/gitweb/?a=commitdiff_plain;h=20ede2741551d4a1d24313292beb0da915a55911;p=linux-2.6-omap-h63xx.git gitignore: ignore shared objects Many arches make shared objects for VDSOs. Generally exclude them. Signed-off-by: Brian Gerst Signed-off-by: Sam Ravnborg --- diff --git a/.gitignore b/.gitignore index a4b576eb9c0..3f8fb686b59 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 48ab174fe5f..00000000000 --- a/arch/x86_64/ia32/.gitignore +++ /dev/null @@ -1 +0,0 @@ -vsyscall*.so