From: Martin Kronbichler Date: Wed, 20 Feb 2008 15:03:28 +0000 (+0000) Subject: Added *vtk *out in make clean X-Git-Tag: v8.0.0~9411 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a01e27b98793a97f05d3cb0fb7f94a41d3b9fa1;p=dealii.git Added *vtk *out in make clean git-svn-id: https://svn.dealii.org/trunk@15747 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-31/Makefile b/deal.II/examples/step-31/Makefile index 26266ada33..f8acda44c3 100644 --- a/deal.II/examples/step-31/Makefile +++ b/deal.II/examples/step-31/Makefile @@ -30,7 +30,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 +clean-up-files = *gmv *gnuplot *gpl *eps *pov *vtk *out