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 *.bak
*~ *~
.DS_Store .DS_Store

7
examples/.gitignore vendored
View File

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

1
python/.gitignore vendored
View File

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