You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
349 B

  1. *.pyc
  2. *.pyo
  3. *.class
  4. *~
  5. *.DS_Store
  6. wine-py2exe/
  7. py2exe.log
  8. *.kate-swp
  9. build/
  10. dist/
  11. MANIFEST
  12. README.txt
  13. youtube-dl.1
  14. youtube-dl.bash-completion
  15. youtube-dl.fish
  16. youtube-dl
  17. youtube-dl.exe
  18. youtube-dl.tar.gz
  19. .coverage
  20. cover/
  21. updates_key.pem
  22. *.egg-info
  23. *.srt
  24. *.sbv
  25. *.vtt
  26. *.flv
  27. *.mp4
  28. *.m4a
  29. *.m4v
  30. *.part
  31. *.swp
  32. test/testdata
  33. .tox
  34. youtube-dl.zsh
  35. .idea
  36. .idea/*