From 5ae8c645f442eb1b6a2a7214c86b85205b8a0fd6 Mon Sep 17 00:00:00 2001 From: Lei Qiao Date: Thu, 9 Apr 2015 15:29:09 -0500 Subject: [PATCH] add '*.vtu *.pvtu' to CLEAN_UP_FILES list in step-40. --- examples/step-40/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/step-40/CMakeLists.txt b/examples/step-40/CMakeLists.txt index 90ee75a07b..57db64ff26 100644 --- a/examples/step-40/CMakeLists.txt +++ b/examples/step-40/CMakeLists.txt @@ -47,5 +47,6 @@ One or all of these are OFF in your installation but are required for this tutor ENDIF() DEAL_II_INITIALIZE_CACHED_VARIABLES() +SET(CLEAN_UP_FILES *.log *.gmv *.gnuplot *.gpl *.eps *.pov *.vtk *.ucd *.d2 *.vtu *.pvtu) PROJECT(${TARGET}) DEAL_II_INVOKE_AUTOPILOT() -- 2.39.5