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.

56 lines
640 B

10 years ago
10 years ago
  1. #Junk Files
  2. *.DS_Store
  3. [Tt]humbs.db
  4. #Visual Studio Files
  5. [Oo]bj
  6. [Bb]in
  7. [Dd]ebug
  8. [Bb]uild/
  9. *.user
  10. *.suo
  11. *.exe
  12. *.pdb
  13. *.aps
  14. *_i.c
  15. *_p.c
  16. *.ncb
  17. *.tlb
  18. *.tlh
  19. *.[Cc]ache
  20. *.bak
  21. *.ncb
  22. *.ilk
  23. *.log
  24. *.lib
  25. *.sbr
  26. *.sdf
  27. ipch/
  28. *.dbmdl
  29. *.cache
  30. *.swp
  31. *.vspscc
  32. *.vssscc
  33. *.bak.*
  34. *.bak
  35. #Tools
  36. _ReSharper.*
  37. _ReSharper*/
  38. *.resharper
  39. *.resharper.user
  40. [Nn][Dd]epend[Oo]ut*/
  41. Ankh.NoLoad
  42. # Include DLLs if they're in the NuGet packages directory
  43. #!/packages/*/lib/*.dll
  44. #!/packages/*/lib/*/*.dll
  45. # Include DLLs if they're in lib folder.
  46. #!/lib/*/*.dll
  47. #!/lib/*/*.exe
  48. #Other
  49. .svn
  50. app_data
  51. elmah-log
  52. packages