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:
parent
117a93db1d
commit
20ede27415
2 changed files with 1 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -10,6 +10,7 @@
|
||||||
*.a
|
*.a
|
||||||
*.s
|
*.s
|
||||||
*.ko
|
*.ko
|
||||||
|
*.so
|
||||||
*.mod.c
|
*.mod.c
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
1
arch/x86_64/ia32/.gitignore
vendored
1
arch/x86_64/ia32/.gitignore
vendored
|
@ -1 +0,0 @@
|
||||||
vsyscall*.so
|
|
Loading…
Reference in a new issue