.gitignore 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  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. hypervideo.1
  14. hypervideo.bash-completion
  15. hypervideo.fish
  16. youtube_dl/extractor/lazy_extractors.py
  17. hypervideo
  18. hypervideo.exe
  19. hypervideo.tar.gz
  20. .coverage
  21. cover/
  22. updates_key.pem
  23. *.egg-info
  24. *.srt
  25. *.ttml
  26. *.sbv
  27. *.vtt
  28. *.flv
  29. *.mp4
  30. *.m4a
  31. *.m4v
  32. *.mp3
  33. *.3gp
  34. *.wav
  35. *.webm
  36. *.ape
  37. *.mkv
  38. *.swf
  39. *.part
  40. *.ytdl
  41. *.swp
  42. test/local_parameters.json
  43. .tox
  44. hypervideo.zsh
  45. # IntelliJ related files
  46. .idea
  47. *.iml
  48. tmp/
  49. venv/
  50. # VS Code related files
  51. .vscode
  52. # Docs
  53. docs/_build/
  54. # Ignore nonfree JS or SWF bytecode
  55. .github/ISSUE_TEMPLATE.md
  56. .github/ISSUE_TEMPLATE_tmpl.md
  57. .github/PULL_REQUEST_TEMPLATE.md
  58. devscripts/create-github-release.py
  59. devscripts/gh-pages/add-version.py
  60. devscripts/gh-pages/generate-download.py
  61. devscripts/gh-pages/sign-versions.py
  62. devscripts/gh-pages/update-copyright.py
  63. devscripts/gh-pages/update-feed.py
  64. devscripts/gh-pages/update-sites.py
  65. devscripts/make_issue_template.py
  66. devscripts/show-downloads-statistics.py
  67. devscripts/wine-py2exe.sh
  68. test/swftests/.gitignore
  69. test/swftests/ArrayAccess.as
  70. test/swftests/ClassCall.as
  71. test/swftests/ClassConstruction.as
  72. test/swftests/ConstArrayAccess.as
  73. test/swftests/ConstantInt.as
  74. test/swftests/DictCall.as
  75. test/swftests/EqualsOperator.as
  76. test/swftests/LocalVars.as
  77. test/swftests/MemberAssignment.as
  78. test/swftests/NeOperator.as
  79. test/swftests/PrivateCall.as
  80. test/swftests/PrivateVoidCall.as
  81. test/swftests/StaticAssignment.as
  82. test/swftests/StaticRetrieval.as
  83. test/swftests/StringBasics.as
  84. test/swftests/StringCharCodeAt.as
  85. test/swftests/StringConversion.as
  86. test/test_iqiyi_sdk_interpreter.py
  87. test/test_jsinterp.py
  88. test/test_swfinterp.py
  89. test/test_update.py
  90. test/test_youtube_signature.py
  91. test/versions.json
  92. youtube_dl/swfinterp.py
  93. youtube_dl/update.py
  94. # flycheck
  95. flycheck_*.py