.gitignore 103 B

1234567891011121314
  1. lib/
  2. python-libs/
  3. bin/
  4. *.spec
  5. *pyc
  6. *.egg-info
  7. *html
  8. build/
  9. tests/
  10. dist/
  11. .DS_Store
  12. MANIFEST
  13. *#*
  14. ffmpeg*