summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 7dd0ad09b06c172596ca751a22055b9a3d6207d4 (plain)
    1 *.pyc
    2 *.pyo
    3 *~
    4 *.DS_Store
    5 wine-py2exe/
    6 py2exe.log
    7 *.kate-swp
    8 build/
    9 dist/
   10 MANIFEST
   11 README.txt
   12 youtube-dl.1
   13 youtube-dl.bash-completion
   14 youtube-dl
   15 youtube-dl.exe
   16 youtube-dl.tar.gz
   17 .coverage
   18 cover/
   19 updates_key.pem
   20 *.egg-info
   21 *.srt
   22 *.sbv
   23 *.vtt
   24 *.flv
   25 *.mp4
   26 *.part
   27 test/testdata
   28 .tox

Generated by cgit