From: Wolfgang Bangerth Date: Mon, 15 Nov 2010 02:11:11 +0000 (+0000) Subject: Ignore .vtu and .pvtu files. Also clean them up. X-Git-Tag: v8.0.0~4919 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b6064f1af01911da7f45fb27758661366786d11;p=dealii.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