# Created by https://www.toptal.com/developers/gitignore/api/openfoam # Edit at https://www.toptal.com/developers/gitignore?templates=openfoam ### OpenFOAM ### # Timestep directories 0.* [1-9]* # Fields that must get ignored */phi* */meshPhi* # Decomposed domain processor* # logfiles log.* *log # paraview/ParaFoam *.foam *.OpenFOAM *.pvsm # mesh data that is no dictionary constant/polyMesh/points* constant/polyMesh/faces* constant/polyMesh/owner* constant/polyMesh/neighbour* constant/polyMesh/boundary* constant/polyMesh/sets constant/polyMesh/* # Zones and levels *Level* *Zone* # snappyHexMesh files that are not snappyHexMeshDict constant/polyMesh/refinementHistory* constant/polyMesh/surfaceIndex* constant/triSurface # 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/ !constant/thermophysicalProperties !constant/turbulenceProperties !system/ !.gitignore # End of https://www.toptal.com/developers/gitignore/api/openfoam