Module: Mesa Branch: opengl-es-v2 Commit: 9de051e85e8d118414b113ce6524b03456bcd6d9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9de051e85e8d118414b113ce6524b03456bcd6d9
Author: Chia-I Wu <[email protected]> Date: Mon Nov 9 10:23:23 2009 +0800 mesa/es: Add .gitignore. Signed-off-by: Chia-I Wu <[email protected]> --- src/mesa/es/.gitignore | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/mesa/es/.gitignore b/src/mesa/es/.gitignore new file mode 100644 index 0000000..7643e9f --- /dev/null +++ b/src/mesa/es/.gitignore @@ -0,0 +1,5 @@ +glapi/glapi-es* +glapi/glapi-stamp +main/get_es*.c +main/api_exec_es*.c +objs-es* _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
