Module: Mesa Branch: master Commit: 7ed2f953c0b109d35ddb4c58effb18bd0fac4592 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7ed2f953c0b109d35ddb4c58effb18bd0fac4592
Author: José Fonseca <[email protected]> Date: Thu May 6 14:23:04 2010 +0100 gallium: untrack u_indices_gen.c and u_indices_gen.c These files are built with make and removed with make clean, so it does not seem necessary to track them. Looking at the Makefile, it seems that the two u_indices_* files are handled similarly to u_format_srgb.c u_format_table.c and u_half.c, and these 3 files are already untracked and in .gitignore Signed-off-by: Xavier Chantry <[email protected]> Signed-off-by: José Fonseca <[email protected]> --- src/gallium/auxiliary/indices/.gitignore | 2 + src/gallium/auxiliary/indices/u_indices_gen.c | 5129 ------------------------ src/gallium/auxiliary/indices/u_unfilled_gen.c | 992 ----- src/gallium/auxiliary/util/.gitignore | 2 - 4 files changed, 2 insertions(+), 6123 deletions(-) Diff: http://cgit.freedesktop.org/mesa/mesa/diff/?id=7ed2f953c0b109d35ddb4c58effb18bd0fac4592 _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
