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