No Description
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.

.gitignore 416B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. # Autosave files
  2. *~
  3. # build
  4. [Oo]bj/
  5. [Bb]in/
  6. packages/
  7. TestResults/
  8. # globs
  9. Makefile.in
  10. *.DS_Store
  11. *.sln.cache
  12. *.suo
  13. *.cache
  14. *.pidb
  15. *.userprefs
  16. *.usertasks
  17. config.log
  18. config.make
  19. config.status
  20. aclocal.m4
  21. install-sh
  22. autom4te.cache/
  23. *.user
  24. *.tar.gz
  25. tarballs/
  26. test-results/
  27. Thumbs.db
  28. # Mac bundle stuff
  29. *.dmg
  30. *.app
  31. # resharper
  32. *_Resharper.*
  33. *.Resharper
  34. # dotCover
  35. *.dotCover