| 12345678910111213141516171819202122232425262728293031323334353637 |
- # cache
- *~
- *.bk
- *.bak
- *.old
- *.new
- # IDE
- .vs
- .vscode
- tags
- cscope*
- .ycm*
- # output
- *.o
- *.obj
- *.pid
- *.log
- *.db
- tmp
- lib
- bin
- dist
- # test
- test
- # msvc
- *.VC.db
- *.VC.VC.opendb
- *.vcxproj.filters
- Debug
- Release
|