From 0c78fd67a90ee1d8d00f827410630b9e9b4d183e Mon Sep 17 00:00:00 2001 From: hewei Date: Mon, 2 Dec 2024 10:00:53 +0800 Subject: [PATCH] Fix generating useless git records for regresstest Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IB89CW Signed-off-by: hewei Change-Id: I3c1f1886253d5e45f4a9ca2c9c1030634ac679f3 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index cd55219032..619d327086 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,5 @@ tags *.abc *.ll *.m +test/regresstest/__pycache__/ +test/regresstest/ark-regress/ \ No newline at end of file