From d0cc1e8f1f266db7d6e18456156d733e70eddfc8 Mon Sep 17 00:00:00 2001 From: Paul Floyd Date: Thu, 8 Feb 2024 07:15:22 +0100 Subject: [PATCH] Add missing gitignore for none arm64 ldxp_stxp --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3e79a20e08..9f28bb1252 100644 --- a/.gitignore +++ b/.gitignore @@ -1773,6 +1773,7 @@ /none/tests/arm64/fmadd_sub /none/tests/arm64/fp_and_simd /none/tests/arm64/fp_and_simd_v82 +/none/tests/arm64/ldxp_stxp /none/tests/arm64/integer /none/tests/arm64/memory /none/tests/arm64/simd_dotprod -- 2.47.2