gallium: untrack u_indices_gen.c and u_indices_gen.c
authorJosé Fonseca <jfonseca@vmware.com>
Thu, 6 May 2010 13:23:04 +0000 (14:23 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Thu, 6 May 2010 13:23:04 +0000 (14:23 +0100)
commit7ed2f953c0b109d35ddb4c58effb18bd0fac4592
treecedfbf3f6183ac56202bf288deef6c81d6b9bf3a
parent0f4e61d1937936cb3e235fcde28d69b703e84196
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 <chantry.xavier@gmail.com>
Signed-off-by: José Fonseca <jfonseca@vmware.com>
src/gallium/auxiliary/indices/.gitignore [new file with mode: 0644]
src/gallium/auxiliary/indices/u_indices_gen.c [deleted file]
src/gallium/auxiliary/indices/u_unfilled_gen.c [deleted file]
src/gallium/auxiliary/util/.gitignore