浏览代码

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 20 年之前
父节点
当前提交
20ede27415
共有 2 个文件被更改,包括 1 次插入1 次删除
  1. 1 0
      .gitignore
  2. 0 1
      arch/x86_64/ia32/.gitignore

+ 1 - 0
.gitignore

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

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

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