ignore more office files

This commit is contained in:
Doug Hellmann 2014-11-11 23:26:19 +00:00
parent f8ff564b5e
commit dadcf62281
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ def _find_files_in_project(path):
class ProjectManager(object):
_DO_NOT_READ = [
'*.doc', '*.docx', '*.graffle', '*.odp', '*.pptx', '*.vsd',
'*.doc', '*.docx', '*.graffle', '*.odp', '*.pptx', '*.vsd', '*.xsd',
'*.gif', '*.ico', '*.jpeg', '*.jpg', '*.png', '*.ttf',
'*.gpg',
'*.jar', # Why do we check in jar files?!