PageRenderTime 38ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

/.hgignore

#
#! | 33 lines | 32 code | 1 blank | 0 comment | 0 complexity | d876e932245cf546217291493c47d3d4 MD5 | raw file
  1. # use glob syntax
  2. syntax: glob
  3. *.obj
  4. *.pdb
  5. *.user
  6. *.aps
  7. *.pch
  8. *.vspscc
  9. *.vssscc
  10. *_i.c
  11. *_p.c
  12. *.ncb
  13. *.suo
  14. *.tlb
  15. *.tlh
  16. *.bak
  17. *.cache
  18. *.ilk
  19. *.log
  20. *.lib
  21. *.sbr
  22. *.scc
  23. #[Bb]in
  24. #[Dd]ebug*/
  25. obj/
  26. #[Rr]elease*/
  27. _ReSharper*/
  28. [Tt]humbs.db
  29. [Tt]est[Rr]esult*
  30. [Bb]uild[Ll]og.*
  31. *.[Pp]ublish.xml
  32. *.resharper