# Timestep directories
0.*
[1-9]*

# Fields that must get ignored
*/phi*
*/meshPhi*

# Decomposed domain
processor*

# Tarball files
*.tar.gz

# logfiles
log.*
*log

# Images
*jpeg
*jpg
*png

# paraview/ParaFoam
*.foam
*.OpenFOAM
*.pvsm
*.vtk

# mesh data that is not a dictionary
constant/polyMesh/points*
constant/polyMesh/faces*
constant/polyMesh/owner*
constant/polyMesh/neighbour*
constant/polyMesh/boundary*
constant/polyMesh/sets
constant/polyMesh/*

# subset folders
system/setSubset
system/subsetSubset

# Zones and levels
*Level*
*Zone*


# function object and post-processing data
forces
postProcessing

# Needed when C++ code is built using the OpenFOAM library, since it does not
# use a "normal" build tool (make, cmake, ..).
lnInclude
*.dep
linux*
Darwin*

#exclude important folders and files:
!0/
!save0/
!save/
!constant/thermophysicalProperties
!constant/turbulenceProperties
!system/
!.gitignore

# OS generated files #
######################
.DS_Store?
.DS_Store
ehthumbs.db
._*
Thumbs.db
