Module: Mesa Branch: master Commit: 0060551856ba7275ed783143282a572d7b0e5089 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0060551856ba7275ed783143282a572d7b0e5089
Author: Guillem Jover <[email protected]> Date: Tue Oct 4 08:46:33 2011 +0200 Ignore all shared objects Signed-off-by: Guillem Jover <[email protected]> Signed-off-by: Brian Paul <[email protected]> --- .gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index a9bc5d4..a6243bf 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ *.pyc *.pyo *.so +*.so.* *.sw[a-z] *.tar *.tar.bz2 _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
