From 07e0282b819834093f79b4651d0f5dbabf42b272 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Sat, 22 Sep 2018 10:21:35 +0200 Subject: [PATCH] one file for all examples --- examples/.gitignore | 8 ++++++++ examples/SpectralMethod/.gitignore | 8 -------- 2 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 examples/SpectralMethod/.gitignore diff --git a/examples/.gitignore b/examples/.gitignore index 2267a072b..883b9d0de 100644 --- a/examples/.gitignore +++ b/examples/.gitignore @@ -1 +1,9 @@ +*.C_ref +*.mesh +*.outputConstitutive +*.outputCrystallite +*.outputHomogenization +*.spectralOut +*.sta +*.vt* postProc diff --git a/examples/SpectralMethod/.gitignore b/examples/SpectralMethod/.gitignore deleted file mode 100644 index ba7997bf0..000000000 --- a/examples/SpectralMethod/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -*.C_ref -*.mesh -*.outputConstitutive -*.outputCrystallite -*.outputHomogenization -*.spectralOut -*.sta -*.vt*