From 88aa7b8a06da44f3df9bfcbcb138d9e9338481d8 Mon Sep 17 00:00:00 2001 From: Gong Heng Date: Tue, 7 Jan 2025 20:54:01 +0800 Subject: [PATCH] Chore: Ignore temporary files generated by the QtCreator build. --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 73bbd51a..f58be7ef 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ *~ build -.vscode \ No newline at end of file +.vscode + +# QtCreater CMake +CMakeLists.txt.user +*.autosave