only ignore temporary files in the respective folders

This commit is contained in:
Martin Diehl 2020-03-16 22:11:29 +01:00
parent 794d7e485e
commit bb90539f7c
3 changed files with 3 additions and 8 deletions

3
.gitignore vendored
View File

@ -1,6 +1,3 @@
*.pyc
*.hdf5
*.xdmf
*.bak
*~
.DS_Store

7
examples/.gitignore vendored
View File

@ -1,9 +1,6 @@
*.C_ref
*.mesh
*.outputConstitutive
*.outputCrystallite
*.outputHomogenization
*.spectralOut
*.hdf5
*.xdmf
*.sta
*.vt*
postProc

1
python/.gitignore vendored
View File

@ -1,2 +1,3 @@
*.pyc
dist
damask.egg-info