From ca29315686298b63c4ac2a84ba5d322e625cef8f Mon Sep 17 00:00:00 2001 From: David Wells Date: Tue, 17 Apr 2018 12:55:09 -0400 Subject: [PATCH] Ignore files generated by the example programs. --- .gitignore | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) 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-?? -- 2.39.5