ignore ODP files

some projects have ODP files with their documentation; ignore them
This commit is contained in:
Doug Hellmann 2014-11-06 15:43:37 +01:00
parent bec13922ef
commit 8c41c9516a
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ _DO_NOT_READ = [
'*.jpeg',
'*.jar', # Why do we check in jar files?!
'*.xml',
'*.odp',
]