.gitignore 194 B

12345678910111213141516171819202122
  1. _trial_temp
  2. build
  3. build-pypy
  4. MANIFEST
  5. dist
  6. apidocs
  7. *,cover
  8. .testrepository
  9. *.pyc
  10. *.pyd
  11. *.so
  12. *~
  13. *.swp
  14. *.swh
  15. *.swn
  16. *.swo
  17. docs/tutorial/index.html
  18. dulwich.egg-info/
  19. .tox/
  20. .idea/
  21. .coverage
  22. htmlcov/