.gitignore 260 B

12345678910111213141516171819202122232425262728
  1. _trial_temp
  2. build
  3. build-pypy
  4. MANIFEST
  5. dist
  6. apidocs
  7. *,cover
  8. .testrepository
  9. *.pyc
  10. *.pyd
  11. *.pyo
  12. *.so
  13. *~
  14. *.swp
  15. *.swh
  16. *.swn
  17. *.swo
  18. docs/tutorial/index.html
  19. dulwich.egg-info/
  20. .tox/
  21. .idea/
  22. .coverage
  23. htmlcov/
  24. docs/api/*.txt
  25. .mypy_cache/
  26. .eggs
  27. dulwich.dist-info
  28. .stestr