-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
57 lines (45 loc) · 916 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
### OpenFOAM ###
# Log files
log.*
*log
# blockMesh files
# constant/polyMesh/points*
# constant/polyMesh/faces*
# constant/polyMesh/owner*
# constant/polyMesh/neighbour*
# constant/polyMesh/boundary*
# constant/polyMesh/sets
**/constant/polyMesh/
# Feature edge files
**/constant/triSurface/*.eMesh
**/constant/extendedFeatureEdgeMesh/
# Decomposed domain
**/processor*
# Timestep directories
**/0.*
**/[1-9]*
# Fields that must get ignored
# */phi*
# */meshPhi*
# Paraview, paraFoam and VTK
*.foam
*.OpenFOAM
*.pvsm
**/VTK/
# Zones and levels
# *Level*
# *Zone*
# Function objects 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 from the ignore list
!**/0/
!**/0.orig/
!**/system/
!.gitignore