From b5dcd2050471f156d3c88ba6ad480bdd2c39c6f6 Mon Sep 17 00:00:00 2001 From: zhaohongqingyun Date: Fri, 18 Apr 2025 20:51:52 +0800 Subject: [PATCH] add .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..742d4e9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.vscode/ +*.o \ No newline at end of file