.gitignore 270 B

123456789101112131415161718192021222324252627282930313233
  1. */.*
  2. *.asc
  3. *.bak
  4. *.egg-info
  5. *.log
  6. *.pdf
  7. *.sieve
  8. *.swp
  9. *.tgz
  10. *.vim
  11. .*.*
  12. ._*
  13. .DS_Store
  14. .coverage
  15. .netrc
  16. __*__
  17. bin/
  18. build
  19. deb/control
  20. deb/copyright
  21. docs/_*
  22. !docs/_static
  23. docs/_static/*
  24. !docs/_static/custom.css
  25. include/
  26. lib/
  27. man/
  28. pyvenv.cfg
  29. sievemgr-*
  30. sievemgr_*
  31. tags
  32. tmp-*