youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 6d138e98e3c3f0ec952ba2b29fb4aa59e4bc2be9
parent 2bee7b25f39471c1ac5641b714e003bcf8335d15
Author: Yen Chi Hsuan <yan12125@gmail.com>
Date:   Sun, 29 May 2016 03:10:29 +0800

Merge pull request #9621 from venth/feature/ignored_intellij

ignored intellij related files
Diffstat:
M.gitignore | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore @@ -35,6 +35,9 @@ test/testdata test/local_parameters.json .tox youtube-dl.zsh + +# IntelliJ related files .idea -.idea/* +*.iml + tmp/