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.
42 lines
415 B
42 lines
415 B
# 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
|