# 注释用#开头 *.log # 忽略全部.log日志文件 build/ # 忽略整个build编译目录 !important.log # 例外:不忽略important.log(优先级最高) *.obj *.o *.slo Debug/ Release/ .vs/ .vscode/