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

/.hgignore

https://bitbucket.org/pypy/pypy/
#! | 79 lines | 78 code | 1 blank | 0 comment | 0 complexity | f9fd568df3afadead4bc9b5af6e51add MD5 | raw file
Possible License(s): AGPL-3.0, BSD-3-Clause, Apache-2.0
  1. syntax: glob
  2. *.py[co]
  3. *.sw[po]
  4. *~
  5. .*.swp
  6. .idea
  7. .project
  8. .pydevproject
  9. __pycache__
  10. syntax: regexp
  11. ^testresult$
  12. ^site-packages$
  13. ^site-packages/.*$
  14. ^site-packages/.*$
  15. ^bin$
  16. ^pypy/bin/pypy-c
  17. ^pypy/module/cpyext/src/.+\.o$
  18. ^pypy/module/cpyext/src/.+\.obj$
  19. ^pypy/module/cpyext/test/.+\.errors$
  20. ^pypy/module/cpyext/test/.+\.o$
  21. ^pypy/module/cpyext/test/.+\.obj$
  22. ^pypy/module/cpyext/test/.+\.manifest$
  23. ^pypy/module/test_lib_pypy/ctypes_tests/.+\.o$
  24. ^pypy/module/test_lib_pypy/ctypes_tests/_ctypes_test\.o$
  25. ^pypy/module/cppyy/src/.+\.o$
  26. ^pypy/module/cppyy/bench/.+\.so$
  27. ^pypy/module/cppyy/bench/.+\.root$
  28. ^pypy/module/cppyy/bench/.+\.d$
  29. ^pypy/module/cppyy/src/.+\.errors$
  30. ^pypy/module/cppyy/test/.+_rflx\.cpp$
  31. ^pypy/module/cppyy/test/.+\.so$
  32. ^pypy/module/cppyy/test/.+\.rootmap$
  33. ^pypy/module/cppyy/test/.+\.exe$
  34. ^pypy/module/cppyy/test/.+_cint.h$
  35. ^pypy/module/test_lib_pypy/cffi_tests/__pycache__.+$
  36. ^pypy/doc/.+\.html$
  37. ^pypy/doc/config/.+\.rst$
  38. ^pypy/doc/.+\.svninfo$
  39. ^rpython/translator/c/src/libffi_msvc/.+\.obj$
  40. ^rpython/translator/c/src/libffi_msvc/.+\.dll$
  41. ^rpython/translator/c/src/libffi_msvc/.+\.lib$
  42. ^rpython/translator/c/src/libffi_msvc/.+\.exp$
  43. ^rpython/translator/c/src/cjkcodecs/.+\.o$
  44. ^rpython/translator/c/src/cjkcodecs/.+\.obj$
  45. ^rpython/translator/c/src/stacklet/.+\.o$
  46. ^rpython/translator/c/src/.+\.o$
  47. ^rpython/translator/llvm/.+\.so$
  48. ^rpython/translator/goal/target.+-c$
  49. ^rpython/translator/goal/.+\.exe$
  50. ^rpython/translator/goal/.+\.dll$
  51. ^pypy/goal/pypy-translation-snapshot$
  52. ^pypy/goal/pypy-c
  53. ^pypy/goal/.+\.exe$
  54. ^pypy/goal/.+\.dll$
  55. ^pypy/goal/.+\.lib$
  56. ^pypy/_cache$
  57. ^lib-python/2.7/lib2to3/.+\.pickle$
  58. ^lib_pypy/__pycache__$
  59. ^lib_pypy/ctypes_config_cache/_.+_cache\.py$
  60. ^lib_pypy/ctypes_config_cache/_.+_.+_\.py$
  61. ^lib_pypy/_libmpdec/.+.o$
  62. ^pypy/doc/discussion/.+\.html$
  63. ^include/.+\.h$
  64. ^include/.+\.inl$
  65. ^pypy/doc/_build/.*$
  66. ^pypy/doc/config/.+\.html$
  67. ^pypy/doc/config/style\.css$
  68. ^pypy/doc/image/lattice1\.png$
  69. ^pypy/doc/image/lattice2\.png$
  70. ^pypy/doc/image/lattice3\.png$
  71. ^pypy/doc/image/stackless_informal\.png$
  72. ^pypy/doc/image/parsing_example.+\.png$
  73. ^rpython/doc/_build/.*$
  74. ^compiled
  75. ^.git/
  76. ^.hypothesis/
  77. ^release/
  78. ^rpython/_cache$