aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorYen Chi Hsuan <yan12125@gmail.com>2016-09-26 14:14:37 +0800
committerYen Chi Hsuan <yan12125@gmail.com>2016-09-26 14:14:37 +0800
commitd3c97bad6181e1d3dc0cb4eece041e1cfb0ba6bc (patch)
tree4446c4401233288f4b6441703ff134312e3fb0c0 /Makefile
parent2d5b4af0070f8aa6f3f4eb8fdabef5d006f6429a (diff)
downloadyoutube-dl-d3c97bad6181e1d3dc0cb4eece041e1cfb0ba6bc.zip
youtube-dl-d3c97bad6181e1d3dc0cb4eece041e1cfb0ba6bc.tar.gz
youtube-dl-d3c97bad6181e1d3dc0cb4eece041e1cfb0ba6bc.tar.bz2
Ignore and cleanup 3gp files
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ac234fc..a2763a6 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
all: youtube-dl README.md CONTRIBUTING.md README.txt youtube-dl.1 youtube-dl.bash-completion youtube-dl.zsh youtube-dl.fish supportedsites
clean:
- rm -rf youtube-dl.1.temp.md youtube-dl.1 youtube-dl.bash-completion README.txt MANIFEST build/ dist/ .coverage cover/ youtube-dl.tar.gz youtube-dl.zsh youtube-dl.fish youtube_dl/extractor/lazy_extractors.py *.dump *.part* *.info.json *.mp4 *.m4a *.flv *.mp3 *.avi *.mkv *.webm *.jpg *.png CONTRIBUTING.md.tmp ISSUE_TEMPLATE.md.tmp youtube-dl youtube-dl.exe
+ rm -rf youtube-dl.1.temp.md youtube-dl.1 youtube-dl.bash-completion README.txt MANIFEST build/ dist/ .coverage cover/ youtube-dl.tar.gz youtube-dl.zsh youtube-dl.fish youtube_dl/extractor/lazy_extractors.py *.dump *.part* *.info.json *.mp4 *.m4a *.flv *.mp3 *.avi *.mkv *.webm *.3gp *.jpg *.png CONTRIBUTING.md.tmp ISSUE_TEMPLATE.md.tmp youtube-dl youtube-dl.exe
find . -name "*.pyc" -delete
find . -name "*.class" -delete