only ignore temporary files in the respective folders
This commit is contained in:
parent
794d7e485e
commit
bb90539f7c
|
@ -1,6 +1,3 @@
|
|||
*.pyc
|
||||
*.hdf5
|
||||
*.xdmf
|
||||
*.bak
|
||||
*~
|
||||
.DS_Store
|
||||
|
|
|
@ -1,9 +1,6 @@
|
|||
*.C_ref
|
||||
*.mesh
|
||||
*.outputConstitutive
|
||||
*.outputCrystallite
|
||||
*.outputHomogenization
|
||||
*.spectralOut
|
||||
*.hdf5
|
||||
*.xdmf
|
||||
*.sta
|
||||
*.vt*
|
||||
postProc
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
*.pyc
|
||||
dist
|
||||
damask.egg-info
|
||||
|
|
Loading…
Reference in New Issue