1234567891011121314151617181920212223242526 |
- # Visual Studio ignores
- [Dd]ebug/
- [Dd]ebugDLL/
- [Dd]ebugDLL_fixed/
- [Dd]ebugPublic/
- [Rr]elease/
- [Rr]eleaseDLL/
- [Rr]eleaseDLL_fixed/
- [Rr]eleases/
- *.manifest
- *.lastbuildstate
- *.lib
- *.log
- *.idb
- *.ipdb
- *.ilk
- *.iobj
- *.obj
- *.opensdf
- *.pdb
- *.sdf
- *.suo
- *.tlog
- *.vcxproj.user
- *.vc.db
- *.vc.opendb
|