diff --git a/dev-tools/scripts/diffSources.py b/dev-tools/scripts/diffSources.py index a3c6accd8d7..db7a58c829b 100644 --- a/dev-tools/scripts/diffSources.py +++ b/dev-tools/scripts/diffSources.py @@ -50,7 +50,7 @@ while True: elif l.endswith('\n'): l = l[:-1] if l.startswith('diff ') or l.startswith('Binary files '): - keep = not l.endswith('timehints.txt') and l.lower().find('/build/') == -1 and (l.lower().startswith('Only in') or ((l.lower().endswith('.java') or l.lower().endswith('.txt') or l.lower().endswith('.xml') or l.lower().endswith('.iml')) and l.find('/.svn/') == -1)) + keep = not l.endswith('timehints.txt') and l.lower().find('/build/') == -1 and (l.lower().startswith('Only in') or ((l.lower().endswith('.java') or l.lower().endswith('.txt') or l.lower().endswith('.xml') or l.lower().endswith('.iml') or l.lower().endswith('.html')) and l.find('/.svn/') == -1)) if keep: print print