From 9b5356533112d99ca89ce9beb339f1a5ad7fbd1e Mon Sep 17 00:00:00 2001 From: Robert Muir Date: Sun, 15 Sep 2013 04:04:29 +0000 Subject: [PATCH] add more extensions git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1523399 13f79535-47bb-0310-9956-ffa450edef68 --- dev-tools/scripts/diffSources.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-tools/scripts/diffSources.py b/dev-tools/scripts/diffSources.py index ebc16033ac8..d8f3b59f4f8 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') or l.lower().endswith('.html') or l.lower().endswith('.template') or l.lower().endswith('.py')) 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') or l.lower().endswith('.template') or l.lower().endswith('.py') or l.lower().endswith('.g') or l.lower().endswith('.properties')) and l.find('/.svn/') == -1)) if keep: print print