2
0

.gitignore 151 B

12345678910111213141516
  1. _trial_temp
  2. build
  3. build-pypy
  4. MANIFEST
  5. dist
  6. apidocs
  7. *,cover
  8. .testrepository
  9. *.pyc
  10. *.so
  11. *~
  12. *.swp
  13. docs/tutorial/index.html
  14. dulwich.egg-info/
  15. .tox/
  16. .idea/