/.hgignore

https://bitbucket.org/jpellerin/nose/ · #! · 22 lines · 22 code · 0 blank · 0 comment · 0 complexity · 3b461c974e629521f0dbbb51f7428aac MD5 · raw file

  1. syntax: glob
  2. *~
  3. *.pyc
  4. *.pyo
  5. .DS_Store
  6. .nose
  7. *.egg-info
  8. *.bak
  9. *.rej
  10. *$py.class
  11. *.orig
  12. example.cfg
  13. .coverage
  14. nosetests.xml
  15. xunit.xml
  16. _env
  17. doc/.build
  18. dist
  19. build
  20. .noseids
  21. .tox
  22. .*.sw[nop]