Browse Source

Added exceptions for the subtitle and video types in .gitignore

rtmp_test
Ismael Mejia 11 years ago
parent
commit
67dfbc0cb9
1 changed files with 8 additions and 1 deletions
  1. +8
    -1
      .gitignore

+ 8
- 1
.gitignore View File

@ -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
*.egg-info
*.srt
*.sbv
*.vtt
*.flv
*.mp4
*.part

Loading…
Cancel
Save