From: David Wells Date: Tue, 17 Apr 2018 16:55:09 +0000 (-0400) Subject: Ignore files generated by the example programs. X-Git-Tag: v9.0.0-rc1~169^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca29315686298b63c4ac2a84ba5d322e625cef8f;p=dealii.git Ignore files generated by the example programs. --- diff --git a/.gitignore b/.gitignore index b0e23e29c6..eb3f61dcad 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,23 @@ # misc /compile_commands.json /.clang_complete + +# emacs temporary and backup files +*~ +*# + +# configuration, executable, and output files from examples +examples/step-*/*eps +examples/step-*/*json +examples/step-*/*gmv +examples/step-*/*gnuplot +examples/step-*/*svg +examples/step-*/*visit +examples/step-*/*vtk +examples/step-*/*vtu +examples/step-*/CMakeFiles/ +examples/step-*/Makefile +examples/step-*/CMakeCache.txt +examples/step-*/cmake_install.cmake +examples/step-*/step-? +examples/step-*/step-??