From: bangerth Date: Mon, 15 Nov 2010 02:11:11 +0000 (+0000) Subject: Ignore .vtu and .pvtu files. Also clean them up. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=989b7a8b31ab4cbb0365113780173dfad2bb6114;p=dealii-svn.git Ignore .vtu and .pvtu files. Also clean them up. git-svn-id: https://svn.dealii.org/trunk@22738 0785d39b-7218-0410-832d-ea1e28bc413d --- 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