PageRenderTime 68ms CodeModel.GetById 18ms RepoModel.GetById 1ms app.codeStats 0ms

/.hgignore

#
#! | 97 lines | 95 code | 2 blank | 0 comment | 0 complexity | 7ce9fc510057d123c302184eaebc67b3 MD5 | raw file
Possible License(s): Apache-2.0
  1. # use glob syntax
  2. syntax: glob
  3. # Ignore Visual Studio 2008 files
  4. *.cachefile
  5. *.obj
  6. #allow tools: *.exe
  7. *.pdb
  8. *.user
  9. *.aps
  10. *.pch
  11. *.vspscc
  12. *.ncb
  13. *.suo
  14. *.exp
  15. *.tlb
  16. *.tlh
  17. *.bak
  18. *.cache
  19. *.ilk
  20. *.log
  21. *.lib
  22. *.sbr
  23. *.sdf
  24. *.opensdf
  25. *.scc
  26. [Bb]in
  27. [Db]ebug*/
  28. obj/
  29. [Rr]elease*/
  30. _ReSharper*/
  31. [Tt]est[Rr]esult*
  32. [Bb]uild[Ll]og.*
  33. *.pidb
  34. *.userprefs
  35. *.vs10x
  36. # Disallow all binary and content files, they come from the Content System (see wiki)
  37. #allow dlls for the engine assemblies: *.dll
  38. #allow for tools: *.png
  39. *.bmp
  40. *.jpg
  41. *.jpeg
  42. *.gif
  43. #allow for icons: *.ico
  44. *.tga
  45. *.tif
  46. *.dae
  47. #allow for engine assemblies .xml documentation: *.xml
  48. *Font.xml
  49. *.glessl
  50. *.rgb
  51. *.rgba
  52. *.rgba4
  53. *.dds
  54. *.psd
  55. *.max
  56. *.3ds
  57. *.mp3
  58. *.wav
  59. *.avi
  60. *.ttf
  61. *.font
  62. *.pdf
  63. *.doc
  64. *.docx
  65. *.img
  66. *.mov
  67. *.mpg
  68. *.img
  69. *.mp4
  70. *.m4v
  71. *.wma
  72. *.wmv
  73. *.mov
  74. *.bin
  75. *.iso
  76. .svn/
  77. *.svn
  78. #allow for vs templates: *.zip
  79. *.rar
  80. *.7z
  81. *.chm
  82. *.help
  83. #allow for readme.txt: *.txt
  84. *.html
  85. *.htm
  86. *.orig
  87. *.css
  88. *.xslt
  89. *.swf
  90. *.JPG
  91. *.xnb
  92. *.db
  93. _UpgradeReport_Files/
  94. glob:Delta.gpState
  95. Tools/Settings.xml