diff options
author | Brian Gerst <bgerst@didntduck.org> | 2006-01-05 12:10:52 -0500 |
---|---|---|
committer | Sam Ravnborg <sam@mars.ravnborg.org> | 2006-01-06 20:52:32 +0100 |
commit | 20ede2741551d4a1d24313292beb0da915a55911 (patch) | |
tree | b59c359badc493ab24fc892e0e7ea0c6157dad3e /arch/x86_64 | |
parent | 117a93db1dcd6ed61336b27e4e2938f791c1841b (diff) |
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>
Diffstat (limited to 'arch/x86_64')
-rw-r--r-- | arch/x86_64/ia32/.gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86_64/ia32/.gitignore b/arch/x86_64/ia32/.gitignore deleted file mode 100644 index 48ab174fe5f..00000000000 --- a/arch/x86_64/ia32/.gitignore +++ /dev/null @@ -1 +0,0 @@ -vsyscall*.so |