summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/indices
diff options
context:
space:
mode:
authorXavier Chantry <chantry.xavier@gmail.com>2010-05-02 15:56:50 -0700
committerJosé Fonseca <jfonseca@vmware.com>2010-05-06 12:26:54 +0100
commit2142c769a4ebfe1a7c3facb036af8b75c5288616 (patch)
tree0295207224cd75e65480a83318db4ba5372945a8 /src/gallium/auxiliary/indices
parenta18702f067d060ca9d56e9fcd5d2cd1a5093177f (diff)
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>
Diffstat (limited to 'src/gallium/auxiliary/indices')
-rw-r--r--src/gallium/auxiliary/indices/.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/indices/.gitignore b/src/gallium/auxiliary/indices/.gitignore
new file mode 100644
index 0000000000..7374007145
--- /dev/null
+++ b/src/gallium/auxiliary/indices/.gitignore
@@ -0,0 +1,2 @@
+u_indices_gen.c
+u_unfilled_gen.c