mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
mesa: Add .gitignore entries for make check binaries
Signed-off-by: Kristian Høgsberg Kristensen <krh@bitplanet.net> Acked-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
parent
85008db1d5
commit
595224f714
5 changed files with 10 additions and 0 deletions
4
src/compiler/.gitignore
vendored
4
src/compiler/.gitignore
vendored
|
|
@ -1 +1,5 @@
|
|||
glsl_compiler
|
||||
subtest-cr
|
||||
subtest-cr-lf
|
||||
subtest-lf
|
||||
subtest-lf-cr
|
||||
|
|
|
|||
1
src/compiler/nir/tests/.gitignore
vendored
Normal file
1
src/compiler/nir/tests/.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
control_flow_tests
|
||||
3
src/mesa/drivers/dri/i965/.gitignore
vendored
3
src/mesa/drivers/dri/i965/.gitignore
vendored
|
|
@ -4,3 +4,6 @@ test_eu_compact
|
|||
test_vec4_copy_propagation
|
||||
test_vec4_register_coalesce
|
||||
test_vf_float_conversions
|
||||
test_fs_cmod_propagation
|
||||
test_fs_saturate_propagation
|
||||
test_vec4_cmod_propagation
|
||||
|
|
|
|||
1
src/util/.gitignore
vendored
1
src/util/.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
format_srgb.c
|
||||
u_atomic_test
|
||||
roundeven_test
|
||||
|
|
|
|||
1
src/util/tests/hash_table/.gitignore
vendored
1
src/util/tests/hash_table/.gitignore
vendored
|
|
@ -8,3 +8,4 @@ null_destroy
|
|||
random_entry
|
||||
remove_null
|
||||
replacement
|
||||
clear
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue