PageRenderTime 43ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

/.hgignore

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