From a024e18af4eaeced040a3a0212cb0c0184b54f3b Mon Sep 17 00:00:00 2001 From: dmartinez <dmartinez@iri.upc.edu> Date: Mon, 17 Feb 2014 12:42:26 +0100 Subject: [PATCH] Scripts removing temporal files. --- bin/experiments_utils.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/experiments_utils.py b/bin/experiments_utils.py index e6c31878..9b228b0c 100644 --- a/bin/experiments_utils.py +++ b/bin/experiments_utils.py @@ -29,6 +29,7 @@ orig_copy_files = ['simulated_init_state.dat'] dest_copy_files = ['state_simulator.dat'] generated_files = ['intellact_logging.txt', + 'state.dat', 'gource.log', 'gource_caption.log', 'video_editing.avs', @@ -40,6 +41,7 @@ generated_files = ['intellact_logging.txt', tmp_files = ['current_learned_rules.dat', 'learned_rules.dat', + 'gen_symbols.dat', 'learn.log', 'learn.log.info', 'MT.log', -- GitLab