Browse Source

gitignore: ignore shared objects

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>
Brian Gerst 19 years ago
parent
commit
20ede27415
2 changed files with 1 additions and 1 deletions
  1. 1 0
      .gitignore
  2. 0 1
      arch/x86_64/ia32/.gitignore

+ 1 - 0
.gitignore

@@ -10,6 +10,7 @@
 *.a
 *.s
 *.ko
+*.so
 *.mod.c
 
 #

+ 0 - 1
arch/x86_64/ia32/.gitignore

@@ -1 +0,0 @@
-vsyscall*.so