From 77d4c217ce2117b89234eefd39c57f0315a0a52a Mon Sep 17 00:00:00 2001 From: Petar Jovanovic Date: Mon, 25 Mar 2019 17:45:04 +0000 Subject: [PATCH] update .gitignore with amd64 tests f16c and rdrand Add /none/tests/amd64/f16c /none/tests/amd64/rdrand to .gitignore. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index cec920fd47..3460b14f34 100644 --- a/.gitignore +++ b/.gitignore @@ -1479,6 +1479,7 @@ /none/tests/amd64/clc /none/tests/amd64/cmpxchg /none/tests/amd64/crc32 +/none/tests/amd64/f16c /none/tests/amd64/faultstatus /none/tests/amd64/fb_test_amd64 /none/tests/amd64/fcmovnu @@ -1517,6 +1518,7 @@ /none/tests/amd64/pcmpxstrx64 /none/tests/amd64/pcmpxstrx64w /none/tests/amd64/rcl-amd64 +/none/tests/amd64/rdrand /none/tests/amd64/redundantRexW /none/tests/amd64/sbbmisc /none/tests/amd64/shrld -- 2.47.2