Skip to content

Commit 3053021

Browse files
authored
Merge pull request #4102 from roystgnr/cleanup_log
Clean up new log file
2 parents 25b44c5 + 6c44ca4 commit 3053021

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

tests/Makefile.am

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,8 @@ CLEANFILES = cube_mesh.xda \
419419
write_exodus_TRI3.e \
420420
write_exodus_TRI6.e \
421421
write_exodus_TRI7.e \
422-
write_exodus_TRISHELL3.e
422+
write_exodus_TRISHELL3.e \
423+
smoother.out
423424

424425
# need to link any data files for VPATH builds
425426
if LIBMESH_VPATH_BUILD

tests/Makefile.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2436,7 +2436,8 @@ CLEANFILES = cube_mesh.xda slit_mesh.xda slit_solution.xda out.e \
24362436
write_exodus_QUADSHELL9.e write_exodus_TET10.e \
24372437
write_exodus_TET14.e write_exodus_TET4.e write_exodus_TRI3.e \
24382438
write_exodus_TRI6.e write_exodus_TRI7.e \
2439-
write_exodus_TRISHELL3.e $(am__append_8) $(am__append_9)
2439+
write_exodus_TRISHELL3.e smoother.out $(am__append_8) \
2440+
$(am__append_9)
24402441

24412442
# need to link any data files for VPATH builds
24422443
@LIBMESH_VPATH_BUILD_TRUE@BUILT_SOURCES = .linkstamp

0 commit comments

Comments
 (0)