diff options
author | Xavier Chantry <[email protected]> | 2010-05-02 15:57:25 -0700 |
---|---|---|
committer | José Fonseca <[email protected]> | 2010-05-03 00:13:36 +0100 |
commit | 5362f77b470f9c003c09ff258b33817bc9a9dbfe (patch) | |
tree | d3226bca8069d0e08b6300571df70a2ced9379b8 /src/gallium/drivers/llvmpipe/.gitignore | |
parent | b84590994c4261d85485357263146d5e3d8827eb (diff) |
llvmpipe: add lp_test_* to .gitignore
Signed-off-by: Xavier Chantry <[email protected]>
Signed-off-by: José Fonseca <[email protected]>
Diffstat (limited to 'src/gallium/drivers/llvmpipe/.gitignore')
-rw-r--r-- | src/gallium/drivers/llvmpipe/.gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gallium/drivers/llvmpipe/.gitignore b/src/gallium/drivers/llvmpipe/.gitignore index 257b72d7b2b..a1b6f56e0d2 100644 --- a/src/gallium/drivers/llvmpipe/.gitignore +++ b/src/gallium/drivers/llvmpipe/.gitignore @@ -1 +1,5 @@ lp_tile_soa.c +lp_test_blend +lp_test_conv +lp_test_format +lp_test_printf |