diff options
author | Thomas White <taw@physics.org> | 2018-07-10 15:19:30 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2018-07-10 15:19:30 +0200 |
commit | 63ed5d92eb6cb01cd5c2b0c0bd78bfbede132824 (patch) | |
tree | 2d576a3d675a0ac37351d70e95ad8cb771c023cd /src | |
parent | a69c3cec5f5f40c2b67fb4e136fbcc0a6e22ebaf (diff) |
Add more filenames to cleanup list
Diffstat (limited to 'src')
-rw-r--r-- | src/im-sandbox.c | 5 |
1 files changed, 3 insertions, 2 deletions
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 */ |