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.

VisualStudio.gitignore 834B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. ## Ignore Visual Studio temporary files, build results, and
  2. ## files generated by popular Visual Studio add-ons.
  3. # User-specific files
  4. *.suo
  5. *.user
  6. # Build results
  7. [Dd]ebug/
  8. [Rr]elease/
  9. *_i.c
  10. *_p.c
  11. *.ilk
  12. *.meta
  13. *.obj
  14. *.pch
  15. *.pdb
  16. *.pgc
  17. *.pgd
  18. *.rsp
  19. *.sbr
  20. *.tlb
  21. *.tli
  22. *.tlh
  23. *.tmp
  24. *.vspscc
  25. .builds
  26. # Visual C++ cache files
  27. ipch/
  28. *.aps
  29. *.ncb
  30. *.opensdf
  31. *.sdf
  32. # Visual Studio profiler
  33. *.psess
  34. *.vsp
  35. # ReSharper is a .NET coding add-in
  36. _ReSharper*
  37. # DocProject is a documentation generator add-in
  38. DocProject/buildhelp/
  39. DocProject/Help/*.HxT
  40. DocProject/Help/*.HxC
  41. DocProject/Help/*.hhc
  42. DocProject/Help/*.hhk
  43. DocProject/Help/*.hhp
  44. DocProject/Help/Html2
  45. DocProject/Help/html
  46. # Click-Once directory
  47. publish
  48. # Others
  49. [Bb]in
  50. [Oo]bj
  51. sql
  52. TestResults
  53. *.Cache
  54. ClientBin
  55. stylecop.*
  56. ~$*
  57. *.dbmdl
  58. Generated_Code #added for RIA/Silverlight projects