summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKristian Høgsberg Kristensen <[email protected]>2016-05-24 21:07:10 -0700
committerKristian Høgsberg Kristensen <[email protected]>2016-05-25 09:41:44 -0700
commit595224f714d4a6734700d4d22165cb7fa3990238 (patch)
tree69456c04a1b21c3d59a8b29cf80d4cdc87d4f883 /src
parent85008db1d51f923113832394d7f8d6b1868be882 (diff)
mesa: Add .gitignore entries for make check binaries
Signed-off-by: Kristian Høgsberg Kristensen <[email protected]> Acked-by: Matt Turner <[email protected]>
Diffstat (limited to 'src')
-rw-r--r--src/compiler/.gitignore4
-rw-r--r--src/compiler/nir/tests/.gitignore1
-rw-r--r--src/mesa/drivers/dri/i965/.gitignore3
-rw-r--r--src/util/.gitignore1
-rw-r--r--src/util/tests/hash_table/.gitignore1
5 files changed, 10 insertions, 0 deletions
diff --git a/src/compiler/.gitignore b/src/compiler/.gitignore
index 6fb069f0bcb..c0e62996b91 100644
--- a/src/compiler/.gitignore
+++ b/src/compiler/.gitignore
@@ -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
index 00000000000..12332f649f0
--- /dev/null
+++ b/src/compiler/nir/tests/.gitignore
@@ -0,0 +1 @@
+control_flow_tests
diff --git a/src/mesa/drivers/dri/i965/.gitignore b/src/mesa/drivers/dri/i965/.gitignore
index 70aae3f4d4c..a6ecc924fad 100644
--- a/src/mesa/drivers/dri/i965/.gitignore
+++ b/src/mesa/drivers/dri/i965/.gitignore
@@ -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
diff --git a/src/util/.gitignore b/src/util/.gitignore
index ecf4985fe92..497662aca41 100644
--- a/src/util/.gitignore
+++ b/src/util/.gitignore
@@ -1,2 +1,3 @@
format_srgb.c
u_atomic_test
+roundeven_test
diff --git a/src/util/tests/hash_table/.gitignore b/src/util/tests/hash_table/.gitignore
index 1b9aaf4a27e..a0d50ab82ce 100644
--- a/src/util/tests/hash_table/.gitignore
+++ b/src/util/tests/hash_table/.gitignore
@@ -8,3 +8,4 @@ null_destroy
random_entry
remove_null
replacement
+clear