From b56bf82428a775fa2c077131f7f89909efe7d772 Mon Sep 17 00:00:00 2001 From: remche Date: Fri, 25 Nov 2016 09:51:05 +0100 Subject: [PATCH] =?UTF-8?q?ignoring=20mp4=C2=A0file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sigal.conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sigal.conf.py b/sigal.conf.py index f330407..5426ae9 100644 --- a/sigal.conf.py +++ b/sigal.conf.py @@ -121,7 +121,7 @@ orig_link = True # path relative to the source directory: # http://docs.python.org/2/library/fnmatch.html ignore_directories = [] -ignore_files = [] +ignore_files = ['*.mp4'] # ------------- # Video options