2
0

.gitignore 215 B

123456789101112131415161718192021222324
  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