diff options
author | Unknown <blackjack4494@web.de> | 2020-09-02 20:07:31 +0200 |
---|---|---|
committer | Unknown <blackjack4494@web.de> | 2020-09-02 20:07:31 +0200 |
commit | 9688f237163b6aa546fde00bb3fd1e3445dd4c31 (patch) | |
tree | 2ffed262e398b1f2c5217baa412c58ee6c1dbfe6 | |
parent | a90d4f7e1051908e26a7bbc6d7ebc32339551a6b (diff) | |
download | hypervideo-pre-9688f237163b6aa546fde00bb3fd1e3445dd4c31.tar.lz hypervideo-pre-9688f237163b6aa546fde00bb3fd1e3445dd4c31.tar.xz hypervideo-pre-9688f237163b6aa546fde00bb3fd1e3445dd4c31.zip |
[skip travis] update gitignore
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index c4870a6ba..6beaa3858 100644 --- a/.gitignore +++ b/.gitignore @@ -11,12 +11,19 @@ dist/ MANIFEST README.txt youtube-dl.1 +youtube-dlc.1 youtube-dl.bash-completion +youtube-dlc.bash-completion youtube-dl.fish +youtube-dlc.fish youtube_dl/extractor/lazy_extractors.py +youtube_dlc/extractor/lazy_extractors.py youtube-dl +youtube-dlc youtube-dl.exe +youtube-dlc.exe youtube-dl.tar.gz +youtube-dlc.tar.gz .coverage cover/ updates_key.pem @@ -41,6 +48,7 @@ updates_key.pem test/local_parameters.json .tox youtube-dl.zsh +youtube-dlc.zsh # IntelliJ related files .idea |