/.hgignore
https://bitbucket.org/neithere/argh/ · #! · 28 lines · 23 code · 5 blank · 0 comment · 0 complexity · 491b56246688b144fc5b615b68428e97 MD5 · raw file
- ## Ignored stuff
- # temp files
- ~$
- \.py[co]$
- \.sw[op]$
- ^\.ropeproject/
- # testing
- ^\.tox/
- # coverage
- ^\.coverage
- ^cover/
- ,cover$
- ^htmlcov/
- # packaging
- ^build/
- ^dist/
- ^docs/_build
- ^nbproject/
- \.egg-info
- \.directory
- # packaging: Debian
- ^debian/python-argh
- ^debian/python-module-stampdir