Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
cf73108e
Commit
cf73108e
authored
Jul 04, 2019
by
Sergey Kosukhin
Browse files
Clean and ignore log files of the test suite.
parent
a6940e63
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
cf73108e
...
...
@@ -31,6 +31,7 @@ Makefile.in
/src/pkgconfig/cdipio.pc
/src/stamp-h1
/tables/gen_tableheaderfile
/tests/*.log
/tests/pio_cksum_asynch
/tests/pio_cksum_cdf
/tests/pio_cksum_fpguard
...
...
tests/Makefile.am
View file @
cf73108e
...
...
@@ -65,7 +65,7 @@ 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
`
CLEANFILES
=
`
ls
*
~
*
.grb
*
.nc
*
.nc4
*
.srv
*
.ext example_
*
.cksum
*
.log
`
#
AUTOMAKE_OPTIONS
=
color-tests
#
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment