.gitignore 298 B

1234567891011121314151617181920212223242526272829303132
  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*
  29. packages/
  30. Foghorn-cache/