From 989b7a8b31ab4cbb0365113780173dfad2bb6114 Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 15 Nov 2010 02:11:11 +0000 Subject: [PATCH] Ignore .vtu and .pvtu files. Also clean them up. git-svn-id: https://svn.dealii.org/trunk@22738 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-40/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/examples/step-40/Makefile b/deal.II/examples/step-40/Makefile index 19ab53ea87..c08203eb2a 100644 --- a/deal.II/examples/step-40/Makefile +++ b/deal.II/examples/step-40/Makefile @@ -31,7 +31,7 @@ D = ../../ # shall be deleted when calling `make clean'. Object and backup files, # executables and the like are removed anyway. Here, we give a list of # files in the various output formats that deal.II supports. -clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk *ucd *.d2 +clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk *vtu *ucd *.d2 -- 2.39.5