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:26:54 +0000 (12:26 +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/indices/.gitignore [new file with mode: 0644]

diff --git a/src/gallium/auxiliary/indices/.gitignore b/src/gallium/auxiliary/indices/.gitignore
new file mode 100644 (file)
index 0000000..7374007
--- /dev/null
@@ -0,0 +1,2 @@
+u_indices_gen.c
+u_unfilled_gen.c