diff options
author | Yen Chi Hsuan <yan12125@gmail.com> | 2017-04-25 22:42:55 +0800 |
---|---|---|
committer | Yen Chi Hsuan <yan12125@gmail.com> | 2017-04-25 22:42:55 +0800 |
commit | 9f54ae2873f8091c3f2512d307b96785f40a14ca (patch) | |
tree | a0b31322b8ceb22de5b1acef0a795c8e19cff790 /.gitignore | |
parent | 01cb57016ff747ab07c506a708093dfd633d58f6 (diff) |
Ignore and clean *.ytdl files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index bef084baa..a5b585f43 100644 --- a/.gitignore +++ b/.gitignore @@ -35,6 +35,7 @@ updates_key.pem *.mkv *.swf *.part +*.ytdl *.swp test/local_parameters.json .tox |