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