ignore odt files
diff --git a/pelicanconf.py b/pelicanconf.py
index e42b7c7..e50d97e 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -70,7 +70,7 @@
 ARTICLE_PATHS = ['articles']
 
 # ignore README.md files in the content tree and the interviews and include folders.
-IGNORE_FILES = ['README.md','interviews','include']
+IGNORE_FILES = ['README.md', 'interviews', 'include', '*.odt']
 
 # No translations
 PAGE_TRANSLATION_ID = None