Skip to content
Snippets Groups Projects
Commit 321b8d58 authored by Sergey Kosukhin's avatar Sergey Kosukhin
Browse files

Ignore and clean some more output files of the tests.

parent 3a2afa99
No related branches found
No related tags found
1 merge request!7Replaced gridDefDatatype()/gridInqDatatype() by cdiDefKeyInt()/cdiInqKeyInt()...
......@@ -94,8 +94,14 @@ Makefile
/tests/cksum_verify
/tests/cksum_write
/tests/cksum_write_chunk
/tests/example.cksum
/tests/example.ext
/tests/example.grb
/tests/example.ieg
/tests/example.nc
/tests/example.nc2
/tests/example.nc4
/tests/example.svc
/tests/example_0.cksum
/tests/example_0.grb
/tests/example_0.nc4
......@@ -105,6 +111,7 @@ Makefile
/tests/pio_write
/tests/pio_write_deco2d
/tests/test_byteswap
/tests/test_cdf_const.d
/tests/test_cdf_read
/tests/test_cdf_write
/tests/test_grib
......
......@@ -65,11 +65,11 @@ AM_CPPFLAGS = -I$(top_srcdir)/src
#
EXTRA_DIST = test_cdf_write.c test_cdf_read.c test_cksum_base
#
CLEANFILES = `ls *~ *.grb *.nc *.nc4 *.srv *.ext example_*.cksum *.log`
#
AUTOMAKE_OPTIONS = color-tests
#
clean-local: clean-local-dirs
-rm -f *~ *.grb *.nc *.nc2 *.nc4 *.srv *.svc *.ext *.cksum *.ieg *.log
.PHONY: clean-local-dirs
clean-local-dirs:
-rm -rf *.dSYM
-rm -rf test_cdf_const.d *.dSYM
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment