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 коммит произвёл Sam Ravnborg
Родитель 117a93db1d
Коммит 20ede27415
2 изменённых файлов: 1 добавлений и 1 удалений

1
.gitignore поставляемый
Просмотреть файл

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

1
arch/x86_64/ia32/.gitignore поставляемый
Просмотреть файл

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