You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- # 注释用#开头
- *.log # 忽略全部.log日志文件
- build/ # 忽略整个build编译目录
- !important.log # 例外:不忽略important.log(优先级最高)
- *.obj
- *.o
- *.slo
- Debug/
- Release/
- .vs/
- .vscode/
|