/.hgignore

https://bitbucket.org/neithere/argh/ · #! · 28 lines · 23 code · 5 blank · 0 comment · 0 complexity · 491b56246688b144fc5b615b68428e97 MD5 · raw file

  1. ## Ignored stuff
  2. # temp files
  3. ~$
  4. \.py[co]$
  5. \.sw[op]$
  6. ^\.ropeproject/
  7. # testing
  8. ^\.tox/
  9. # coverage
  10. ^\.coverage
  11. ^cover/
  12. ,cover$
  13. ^htmlcov/
  14. # packaging
  15. ^build/
  16. ^dist/
  17. ^docs/_build
  18. ^nbproject/
  19. \.egg-info
  20. \.directory
  21. # packaging: Debian
  22. ^debian/python-argh
  23. ^debian/python-module-stampdir