From b76ec36b8e45dc8b307a462fa3b2c6d598e50417 Mon Sep 17 00:00:00 2001 From: SoftFever Date: Fri, 7 Aug 2026 14:23:36 +0800 Subject: [PATCH] Add test results files to .gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 916c7207b7..c48e5971ca 100644 --- a/.gitignore +++ b/.gitignore @@ -41,6 +41,9 @@ resources/profiles/user/default *.code-workspace deps_src/build/ test.js +# test results +ctest_results.xml +one_vertex_touch.svg /.cache/ .clangd internal_docs/ @@ -48,4 +51,4 @@ internal_docs/ /flatpak-repo/ # Python bytecode __pycache__/ -*.pyc +*.pyc \ No newline at end of file