From edac742f6a1a43a82f0a9fd24105394526b7c587 Mon Sep 17 00:00:00 2001 From: lenn Date: Mon, 20 Oct 2025 00:31:41 +0800 Subject: [PATCH] add .gitignore --- .gitignore | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8ddc72b --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +.cache/ +.vscode/ +.vs/ +.idea/ + +cmake-build-*/ +build/ +output/ +AppDir/ +out/ + +CMakeSettings.json + +*.tar.gz +*.deb +*.pkg +*.zip