From 63ed5d92eb6cb01cd5c2b0c0bd78bfbede132824 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 10 Jul 2018 15:19:30 +0200 Subject: Add more filenames to cleanup list --- src/im-sandbox.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/im-sandbox.c') diff --git a/src/im-sandbox.c b/src/im-sandbox.c index f8913f0a..c6071586 100644 --- a/src/im-sandbox.c +++ b/src/im-sandbox.c @@ -857,10 +857,11 @@ static void delete_temporary_folder(const char *tmpdir, int n_proc) /* List of files which it's safe to delete */ char *files[] = {"gmon.out", "mosflm.lp", "SUMMARY", "XDS.INP", "xfel_001.img", "xfel_001.spt", "xfel.drx", - "xfel.felix", "xfel.gve", "xfel.ini", "xfel.log"}; + "xfel.felix", "xfel.gve", "xfel.ini", "xfel.log", + "IDXREF.LP", "SPOT.XDS", "xfel.newmat", "XPARM.XDS"}; /* Number of items in the above list */ - int n_files = 11; + int n_files = 15; if ( n_proc > 99999 ) return; /* Paranoia */ -- cgit v1.2.3