diff options
author | José Fonseca <[email protected]> | 2010-05-06 14:23:04 +0100 |
---|---|---|
committer | José Fonseca <[email protected]> | 2010-05-06 14:23:04 +0100 |
commit | 7ed2f953c0b109d35ddb4c58effb18bd0fac4592 (patch) | |
tree | cedfbf3f6183ac56202bf288deef6c81d6b9bf3a /src/gallium/auxiliary/util/.gitignore | |
parent | 0f4e61d1937936cb3e235fcde28d69b703e84196 (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 <[email protected]>
Signed-off-by: José Fonseca <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/util/.gitignore')
-rw-r--r-- | src/gallium/auxiliary/util/.gitignore | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/util/.gitignore b/src/gallium/auxiliary/util/.gitignore index 937ff5c4ea6..5dd0408effb 100644 --- a/src/gallium/auxiliary/util/.gitignore +++ b/src/gallium/auxiliary/util/.gitignore @@ -1,5 +1,3 @@ u_format_srgb.c u_format_table.c u_half.c -u_indices_gen.c -u_unfilled_gen.c |