commit | 20ede2741551d4a1d24313292beb0da915a55911 | [log] [tgz] |
---|---|---|
author | Brian Gerst <bgerst@didntduck.org> | Thu Jan 05 12:10:52 2006 -0500 |
committer | Sam Ravnborg <sam@mars.ravnborg.org> | Fri Jan 06 20:52:32 2006 +0100 |
tree | b59c359badc493ab24fc892e0e7ea0c6157dad3e | |
parent | 117a93db1dcd6ed61336b27e4e2938f791c1841b [diff] [blame] |
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>
diff --git a/.gitignore b/.gitignore index a4b576e..3f8fb68 100644 --- a/.gitignore +++ b/.gitignore
@@ -10,6 +10,7 @@ *.a *.s *.ko +*.so *.mod.c #