diff options
| -rw-r--r-- | .gitignore | 9 | 
1 files changed, 8 insertions, 1 deletions
| diff --git a/.gitignore b/.gitignore index ca4e8f353..fca34b8ba 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ build/  dist/  MANIFEST  README.txt +README.md  youtube-dl.1  youtube-dl.bash-completion  youtube-dl @@ -17,4 +18,10 @@ youtube-dl.tar.gz  .coverage  cover/  updates_key.pem -*.egg-info
\ No newline at end of file +*.egg-info +*.srt +*.sbv +*.vtt +*.flv +*.mp4 +*.part | 
