From 31a5b1e484b51fb7b3c6fa22044b369c93eeb74d Mon Sep 17 00:00:00 2001 From: Sergey Kosukhin <sergey.kosukhin@mpimet.mpg.de> Date: Thu, 4 Jul 2019 12:14:46 +0200 Subject: [PATCH] Clean and ignore log files of the test suite. --- .gitignore | 1 + tests/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f2b525e48..380ebab9d 100644 --- a/.gitignore +++ b/.gitignore @@ -37,6 +37,7 @@ /tests/test_cksum_service /tests/test_f2003 /tests/test_resource_copy_mpi_run +/tests/*.log /util/serialrun Makefile diff --git a/tests/Makefile.am b/tests/Makefile.am index 3ee72a971..081b52329 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -63,7 +63,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/src # EXTRA_DIST = test_cdf_write.c test_cdf_read.c # -CLEANFILES = `ls *~ *.grb *.nc *.nc4 *.srv *.ext example_*.cksum` +CLEANFILES = `ls *~ *.grb *.nc *.nc4 *.srv *.ext example_*.cksum *.log` # AUTOMAKE_OPTIONS = color-tests # -- GitLab