Author: bugman
Date: Sun Apr 16 16:01:03 2006
New Revision: 2474
URL: http://svn.gna.org/viewcvs/relax?rev=2474&view=rev
Log:
Removed the '*.out' clean target from the Sconstruct script to avoid deleting 
test data.
Modified:
    1.2/sconstruct
Modified: 1.2/sconstruct
URL: 
http://svn.gna.org/viewcvs/relax/1.2/sconstruct?rev=2474&r1=2473&r2=2474&view=diff
==============================================================================
--- 1.2/sconstruct (original)
+++ 1.2/sconstruct Sun Apr 16 16:01:03 2006
@@ -168,7 +168,7 @@
         print "###############################\n\n"
 
         # Extensions of temporary files.
-        temp_extns = ['pyc', 'bak', 'o', 'os', 'out']
+        temp_extns = ['pyc', 'bak', 'o', 'os']
 
         # Print out.
         print "\nRemoving the files ending in " + `temp_extns` + ".\n"