From bced4c82d2d749e289c065a71d0ab382c1aed7d4 Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <matthieu.schaller@durham.ac.uk> Date: Sun, 15 May 2016 12:01:48 +0100 Subject: [PATCH] Make git ignore the text outputs of the test cases. --- .gitignore | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 92a1648315..9a56843112 100644 --- a/.gitignore +++ b/.gitignore @@ -13,17 +13,23 @@ libtool src/version_string.h swift*.tar.gz + doc/doxyfile.stamp doc/html/ doc/latex/ doc/man/ doc/Doxyfile + examples/swift +examples/swift_mpi examples/swift_fixdt examples/swift_fixdt_mpi -examples/swift_mindt -examples/swift_mindt_mpi -examples/swift_mpi +examples/*.xmf +examples/used_parameters.yml +examples/energy.txt +examples/*/*.xmf +examples/*/used_parameters.yml +examples/*/energy.txt tests/testPair tests/brute_force_standard.dat -- GitLab