about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorYen Chi Hsuan <yan12125@gmail.com>2016-11-27 22:01:07 +0800
committerYen Chi Hsuan <yan12125@gmail.com>2016-11-27 22:01:07 +0800
commit51b1378eeddb60bd99199741f2fcee29d8389142 (patch)
tree6c2e0864fb73b70750846c97aab025d4e3c66b6b /Makefile
parent2b380fc299adbea416b4bf81ea9a4c7d11c294f6 (diff)
downloadyoutube-dl-51b1378eeddb60bd99199741f2fcee29d8389142.tar.gz
youtube-dl-51b1378eeddb60bd99199741f2fcee29d8389142.tar.xz
youtube-dl-51b1378eeddb60bd99199741f2fcee29d8389142.zip
Ignore and clean .swf files
Some videos on NicoNico are swf
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 68bbf5e96..9d1ddc9d1 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 *.3gp *.wav *.ape *.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 *.wav *.ape *.swf *.jpg *.png CONTRIBUTING.md.tmp ISSUE_TEMPLATE.md.tmp youtube-dl youtube-dl.exe
 	find . -name "*.pyc" -delete
 	find . -name "*.class" -delete