You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2013/09/15 05:55:04 UTC

svn commit: r1523398 - /lucene/dev/trunk/dev-tools/scripts/diffSources.py

Author: rmuir
Date: Sun Sep 15 03:55:04 2013
New Revision: 1523398

URL: http://svn.apache.org/r1523398
Log:
add more extensions

Modified:
    lucene/dev/trunk/dev-tools/scripts/diffSources.py

Modified: lucene/dev/trunk/dev-tools/scripts/diffSources.py
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/dev-tools/scripts/diffSources.py?rev=1523398&r1=1523397&r2=1523398&view=diff
==============================================================================
--- lucene/dev/trunk/dev-tools/scripts/diffSources.py (original)
+++ lucene/dev/trunk/dev-tools/scripts/diffSources.py Sun Sep 15 03:55:04 2013
@@ -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')) 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')) and l.find('/.svn/') == -1))
     if keep:
       print
       print