more excludes
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 26 Oct 2011 10:35:19 +0000 (12:35 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 26 Oct 2011 10:35:19 +0000 (12:35 +0200)
scripts/diff-rec.py

index 089ee5f..5809441 100755 (executable)
@@ -25,9 +25,13 @@ def git_update (dir):
     report_stderr(stderrdata)
 
 
     report_stderr(stderrdata)
 
 
+# this is ad hoc for sfa diffing ..
 excludes=[ "*.git*", "*~" ]
 excludes+= [ "*.pyc", "*.png", "*.pdf", "*.out" , "*.DS_Store", "*.lint" ]
 excludes+= [ "listfiles.sh", "python.*" ]
 excludes=[ "*.git*", "*~" ]
 excludes+= [ "*.pyc", "*.png", "*.pdf", "*.out" , "*.DS_Store", "*.lint" ]
 excludes+= [ "listfiles.sh", "python.*" ]
+excludes+= [ "*HEAD", "*txt" ]
+excludes+= [ "*slab*", "senslab" ]
+
 def run_diff(options):
     dir1=options.left_dir
     dir2=options.right_dir
 def run_diff(options):
     dir1=options.left_dir
     dir2=options.right_dir