1234567891011121314151617181920212223242526272829303132333435363738394041 |
- # use glob syntax
- syntax: glob
- *.obj
- *.pdb
- *.user
- *.aps
- *.pch
- *.vspscc
- *.vssscc
- *_i.c
- *_p.c
- *.ncb
- *.suo
- *.tlb
- *.tlh
- *.bak
- *.cache
- *.ilk
- *.log
- *.lib
- *.sbr
- *.scc
- *.psess
- *.vsp
- *.orig
- [Bb]in
- [Dd]ebug*/
- obj/
- [Rr]elease*/
- ProgramData*/
- _ReSharper*/
- [Tt]humbs.db
- [Tt]est[Rr]esult*
- [Bb]uild[Ll]og.*
- *.[Pp]ublish.xml
- *.resharper
- # ncrunch files
- *.ncrunchsolution
- *.ncrunchproject
|