|
From: Petar J. <pe...@so...> - 2019-03-25 17:46:25
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=77d4c217ce2117b89234eefd39c57f0315a0a52a commit 77d4c217ce2117b89234eefd39c57f0315a0a52a Author: Petar Jovanovic <mip...@gm...> Date: Mon Mar 25 17:45:04 2019 +0000 update .gitignore with amd64 tests f16c and rdrand Add /none/tests/amd64/f16c /none/tests/amd64/rdrand to .gitignore. Diff: --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index cec920f..3460b14 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 |