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