From 3997c0bc61ddbbceefd449a8007e7212add8ac4a Mon Sep 17 00:00:00 2001 From: Cyril SIX Date: Tue, 17 Apr 2018 16:30:26 +0200 Subject: MPPA - added all shifts --- test/mppa/.gitignore | 1 + test/mppa/general/.gitignore | 1 + test/mppa/lib/.gitignore | 2 ++ test/mppa/sort/.gitignore | 8 ++++++++ 4 files changed, 12 insertions(+) create mode 100644 test/mppa/.gitignore create mode 100644 test/mppa/general/.gitignore create mode 100644 test/mppa/lib/.gitignore create mode 100644 test/mppa/sort/.gitignore (limited to 'test/mppa') diff --git a/test/mppa/.gitignore b/test/mppa/.gitignore new file mode 100644 index 00000000..f03fc12c --- /dev/null +++ b/test/mppa/.gitignore @@ -0,0 +1 @@ +check diff --git a/test/mppa/general/.gitignore b/test/mppa/general/.gitignore new file mode 100644 index 00000000..ea1472ec --- /dev/null +++ b/test/mppa/general/.gitignore @@ -0,0 +1 @@ +output/ diff --git a/test/mppa/lib/.gitignore b/test/mppa/lib/.gitignore new file mode 100644 index 00000000..1879eaee --- /dev/null +++ b/test/mppa/lib/.gitignore @@ -0,0 +1,2 @@ +prng-test-k1c +prng-test-x86 diff --git a/test/mppa/sort/.gitignore b/test/mppa/sort/.gitignore new file mode 100644 index 00000000..e7dc9aa0 --- /dev/null +++ b/test/mppa/sort/.gitignore @@ -0,0 +1,8 @@ +insertion-test-k1c +insertion-test-x86 +merge-test-k1c +selection-test-k1c +test-k1c +merge-test-x86 +selection-test-x86 +test-x86 -- cgit