From bb90539f7c9e07ff5378203903afda081ef9bc05 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Mon, 16 Mar 2020 22:11:29 +0100 Subject: [PATCH] only ignore temporary files in the respective folders --- .gitignore | 3 --- examples/.gitignore | 7 ++----- python/.gitignore | 1 + 3 files changed, 3 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index beb8dfa88..5be00ff8d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,3 @@ -*.pyc -*.hdf5 -*.xdmf *.bak *~ .DS_Store diff --git a/examples/.gitignore b/examples/.gitignore index 883b9d0de..60ef21c49 100644 --- a/examples/.gitignore +++ b/examples/.gitignore @@ -1,9 +1,6 @@ *.C_ref -*.mesh -*.outputConstitutive -*.outputCrystallite -*.outputHomogenization -*.spectralOut +*.hdf5 +*.xdmf *.sta *.vt* postProc diff --git a/python/.gitignore b/python/.gitignore index bd729dc2c..1cb7eb8a5 100644 --- a/python/.gitignore +++ b/python/.gitignore @@ -1,2 +1,3 @@ +*.pyc dist damask.egg-info