mesa: Add .gitignore entries for make check binaries
authorKristian Høgsberg Kristensen <krh@bitplanet.net>
Wed, 25 May 2016 04:07:10 +0000 (21:07 -0700)
committerKristian Høgsberg Kristensen <krh@bitplanet.net>
Wed, 25 May 2016 16:41:44 +0000 (09:41 -0700)
Signed-off-by: Kristian Høgsberg Kristensen <krh@bitplanet.net>
Acked-by: Matt Turner <mattst88@gmail.com>
src/compiler/.gitignore
src/compiler/nir/tests/.gitignore [new file with mode: 0644]
src/mesa/drivers/dri/i965/.gitignore
src/util/.gitignore
src/util/tests/hash_table/.gitignore

index 6fb069f..c0e6299 100644 (file)
@@ -1 +1,5 @@
 glsl_compiler
+subtest-cr
+subtest-cr-lf
+subtest-lf
+subtest-lf-cr
diff --git a/src/compiler/nir/tests/.gitignore b/src/compiler/nir/tests/.gitignore
new file mode 100644 (file)
index 0000000..12332f6
--- /dev/null
@@ -0,0 +1 @@
+control_flow_tests
index 70aae3f..a6ecc92 100644 (file)
@@ -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
index ecf4985..497662a 100644 (file)
@@ -1,2 +1,3 @@
 format_srgb.c
 u_atomic_test
+roundeven_test
index 1b9aaf4..a0d50ab 100644 (file)
@@ -8,3 +8,4 @@ null_destroy
 random_entry
 remove_null
 replacement
+clear