/.hgignore

https://bitbucket.org/prologic/circuits/ · #! · 19 lines · 17 code · 2 blank · 0 comment · 0 complexity · 85900fb4cbc0a98427ed37b06e555674 MD5 · raw file

  1. syntax: glob
  2. *.pyc
  3. *.pyo
  4. *.xml
  5. *.sw?
  6. tmp
  7. .git
  8. .tox
  9. dist
  10. build
  11. .cache
  12. .coverage*
  13. coverage
  14. docs/build
  15. circuits.egg-info
  16. syntax: regexp
  17. ^tests/trace\.html$