mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
* ignore any files in any DEM/post/ folder * ignore any processor directories in CFD folders * ignore all time directories except '0' in CFD folders
22 lines
193 B
Plaintext
22 lines
193 B
Plaintext
*.vtk
|
|
*.o
|
|
*.d
|
|
*.a
|
|
*.dep
|
|
log_*
|
|
log.*
|
|
*~
|
|
**/DEM/post/*
|
|
**/CFD/processor*/
|
|
**/CFD/0*/
|
|
**/CFD/1*/
|
|
**/CFD/2*/
|
|
**/CFD/3*/
|
|
**/CFD/4*/
|
|
**/CFD/5*/
|
|
**/CFD/6*/
|
|
**/CFD/7*/
|
|
**/CFD/8*/
|
|
**/CFD/9*/
|
|
!**/CFD/0/
|