Module: Mesa Branch: 10.5 Commit: c7d49878972ec4666d7287f7f8781bfdf2a65dd4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c7d49878972ec4666d7287f7f8781bfdf2a65dd4
Author: Emil Velikov <[email protected]> Date: Mon Mar 2 13:00:55 2015 +0000 mesa/main: update .gitignore Drop the no longer present get_es{1,2}.c from the list. Signed-off-by: Emil Velikov <[email protected]> --- src/mesa/main/.gitignore | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/mesa/main/.gitignore b/src/mesa/main/.gitignore index e65472d..8256ad7 100644 --- a/src/mesa/main/.gitignore +++ b/src/mesa/main/.gitignore @@ -1,13 +1,11 @@ api_exec.c dispatch.h enums.c -get_es1.c -get_es2.c git_sha1.h git_sha1.h.tmp remap_helper.h get_hash.h get_hash.h.tmp -format_info.c +format_info.h format_pack.c format_unpack.c _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
