|
From: Petar J. <pe...@so...> - 2019-11-27 12:14:59
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=fbb8ce693d789af0a45f1a8ab7eb89cc80085925 commit fbb8ce693d789af0a45f1a8ab7eb89cc80085925 Author: Petar Jovanovic <mip...@gm...> Date: Tue Nov 26 13:33:15 2019 +0000 update .gitignore with /none/tests/amd64/avx_estimate_insn Add /none/tests/amd64/avx_estimate_insn to .gitignore. Diff: --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 7c3d304..bacb265 100644 --- a/.gitignore +++ b/.gitignore @@ -1473,6 +1473,7 @@ /none/tests/amd64/asorep /none/tests/amd64/avx-1 /none/tests/amd64/avx2-1 +/none/tests/amd64/avx_estimate_insn /none/tests/amd64/bmi /none/tests/amd64/bt_flags /none/tests/amd64/bug127521-64 |