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 1.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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. *.sln.docstates
  7. # Build results
  8. [Dd]ebug/
  9. [Rr]elease/
  10. *_i.c
  11. *_p.c
  12. *.ilk
  13. *.meta
  14. *.obj
  15. *.pch
  16. *.pdb
  17. *.pgc
  18. *.pgd
  19. *.rsp
  20. *.sbr
  21. *.tlb
  22. *.tli
  23. *.tlh
  24. *.tmp
  25. *.vspscc
  26. .builds
  27. # Visual C++ cache files
  28. ipch/
  29. *.aps
  30. *.ncb
  31. *.opensdf
  32. *.sdf
  33. # Visual Studio profiler
  34. *.psess
  35. *.vsp
  36. # ReSharper is a .NET coding add-in
  37. _ReSharper*
  38. # Installshield output folder
  39. [Ee]xpress
  40. # DocProject is a documentation generator add-in
  41. DocProject/buildhelp/
  42. DocProject/Help/*.HxT
  43. DocProject/Help/*.HxC
  44. DocProject/Help/*.hhc
  45. DocProject/Help/*.hhk
  46. DocProject/Help/*.hhp
  47. DocProject/Help/Html2
  48. DocProject/Help/html
  49. # Click-Once directory
  50. publish
  51. # Others
  52. [Bb]in
  53. [Oo]bj
  54. sql
  55. TestResults
  56. *.Cache
  57. ClientBin
  58. stylecop.*
  59. ~$*
  60. *.dbmdl
  61. Generated_Code #added for RIA/Silverlight projects
  62. # Backup & report files from converting an old project file to a newer
  63. # Visual Studio version. Backup files are not needed, because we have git ;-)
  64. _UpgradeReport_Files/
  65. Backup*/
  66. UpgradeLog*.XML