diff options
author | Andreas Boll <andreas.boll.dev@gmail.com> | 2012-11-21 18:17:00 +0100 |
---|---|---|
committer | Andreas Boll <andreas.boll.dev@gmail.com> | 2012-11-21 18:24:30 +0100 |
commit | f7e2e864c8c96f2befb140848ba47e8ede0a5547 (patch) | |
tree | eb2baf32497b581ad364bd59739a8fc00c09a40c | |
parent | d82b873a501606d62b9f208b6d5cda79c9a6b4b8 (diff) |
gallium/tests: update .gitignore files
-rw-r--r-- | src/gallium/tests/trivial/.gitignore | 1 | ||||
-rw-r--r-- | src/gallium/tests/unit/.gitignore | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/src/gallium/tests/trivial/.gitignore b/src/gallium/tests/trivial/.gitignore index af6cdedbeb..bebeec7790 100644 --- a/src/gallium/tests/trivial/.gitignore +++ b/src/gallium/tests/trivial/.gitignore @@ -1,3 +1,4 @@ +compute tri quad-tex result.bmp diff --git a/src/gallium/tests/unit/.gitignore b/src/gallium/tests/unit/.gitignore new file mode 100644 index 0000000000..7e7175660f --- /dev/null +++ b/src/gallium/tests/unit/.gitignore @@ -0,0 +1,6 @@ +pipe_barrier_test +translate_test +u_cache_test +u_format_compatible_test +u_format_test +u_half_test |