/.gitignore

http://github.com/teamaton/toolbelt · gitignore · 29 lines · 26 code · 1 blank · 2 comment · 0 complexity · 7e5ad8550a2088f6c62d944416821da0 MD5 · raw file

  1. #ignore thumbnails created by windows
  2. Thumbs.db
  3. #Ignore files build by Visual Studio
  4. *.obj
  5. *.exe
  6. *.pdb
  7. *.user
  8. *.aps
  9. *.pch
  10. *.vspscc
  11. *_i.c
  12. *_p.c
  13. *.ncb
  14. *.suo
  15. *.tlb
  16. *.tlh
  17. *.bak
  18. *.cache
  19. *.ilk
  20. *.log
  21. [Bb]in
  22. [Dd]ebug*/
  23. *.lib
  24. *.sbr
  25. obj/
  26. [Rr]elease*/
  27. _ReSharper*/
  28. [Tt]est[Rr]esult*