From 683d299279781e7bc3ab39096913d68d2c828322 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?LAPTOP-S9HJSOEB=5C=E6=98=8A=E5=A4=A9?= Date: Thu, 7 Dec 2023 11:32:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=BD=E7=95=A5=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8f61bd1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,22 @@ +# Created by .ignore support plugin (hsz.mobi) +### c++ template +# Compiled class file +#忽略编译生成的可执行文件或库文件: +*.exe +*.dll +*.so +*.a +#忽略编译生成的目标文件: +*.o +*.obj +#忽略构建生成的目录: +build/ +bin/ +#忽略编辑器或IDE生成的配置文件: +.vscode/ +.idea/ +*.swp +*.swo +#忽略编译器生成的临时文件: +*.tmp +*.bak \ No newline at end of file