diff options
author | Ismael Mejia <iemejia@gmail.com> | 2013-08-07 18:42:40 +0200 |
---|---|---|
committer | Ismael Mejia <iemejia@gmail.com> | 2013-08-07 18:42:40 +0200 |
commit | 67dfbc0cb92a19eda2981528b1456bdc0e3cb805 (patch) | |
tree | d4a276d797ba0696269b52e0ab2075d2a28d46dc | |
parent | 6804038d065e0eeffd9fca2dc55b3262a9191c10 (diff) |
Added exceptions for the subtitle and video types in .gitignore
-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 |