dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Brian Gerst 2006-01-05 12:10:52 -05:00 committed by Sam Ravnborg
parent 117a93db1d
commit 20ede27415
2 changed files with 1 additions and 1 deletions

1
.gitignore vendored
View File

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

View File

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