Mesa (master): gallium: untrack u_indices_gen.c and u_indices_gen.c

Jose Fonseca jrfonseca at kemper.freedesktop.org
Thu May 6 11:33:24 UTC 2010


Module: Mesa
Branch: master
Commit: b0524d3a8f0355a4cc391f1cfd87d28af4473d92
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b0524d3a8f0355a4cc391f1cfd87d28af4473d92

Author: Xavier Chantry <chantry.xavier at gmail.com>
Date:   Sun May  2 15:56:50 2010 -0700

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 at gmail.com>
Signed-off-by: José Fonseca <jfonseca at vmware.com>

---

 src/gallium/auxiliary/util/.gitignore |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/gallium/auxiliary/util/.gitignore b/src/gallium/auxiliary/util/.gitignore
index 5dd0408..937ff5c 100644
--- a/src/gallium/auxiliary/util/.gitignore
+++ b/src/gallium/auxiliary/util/.gitignore
@@ -1,3 +1,5 @@
 u_format_srgb.c
 u_format_table.c
 u_half.c
+u_indices_gen.c
+u_unfilled_gen.c




More information about the mesa-commit mailing list