/.hgignore
https://bitbucket.org/prologic/circuits/ · #! · 19 lines · 17 code · 2 blank · 0 comment · 0 complexity · 85900fb4cbc0a98427ed37b06e555674 MD5 · raw file
- syntax: glob
- *.pyc
- *.pyo
- *.xml
- *.sw?
- tmp
- .git
- .tox
- dist
- build
- .cache
- .coverage*
- coverage
- docs/build
- circuits.egg-info
- syntax: regexp
- ^tests/trace\.html$