OSDN Git Service

gallium: untrack u_indices_gen.c and u_indices_gen.c
authorXavier Chantry <chantry.xavier@gmail.com>
Sun, 2 May 2010 22:56:50 +0000 (15:56 -0700)
committerJosé Fonseca <jfonseca@vmware.com>
Thu, 6 May 2010 11:31:39 +0000 (12:31 +0100)
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/util/.gitignore

index 5dd0408..937ff5c 100644 (file)
@@ -1,3 +1,5 @@
 u_format_srgb.c
 u_format_table.c
 u_half.c
+u_indices_gen.c
+u_unfilled_gen.c