forked from WENO-OF/WENOEXT
-
Notifications
You must be signed in to change notification settings - Fork 3
/
.gitignore
62 lines (48 loc) · 899 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
57
58
59
60
61
62
# Compiled Object files
**.slo
**.lo
**.o
**.obj
# Precompiled Headers
**.gch
**.pch
# Compiled Dynamic libraries
**.so
**.dylib
**.dll
# Compiled Static libraries
**.lai
**.la
**.a
**.lib
**.dep
**.swp
**.swo
# Exclude the Make linux files
libWENOEXT/Make/linux*
tests/**/linux*
# Exclude dynamic code
**/dynamicCode/
versionRules/foamVersion4weno.H
versionRules/foamVersion
foamVersionThisIsCompiledFor
**/processor*
tutorials/cavity/constant/polyMesh/*
tutorials/cavity/constant/WENO*
!tutorials/cavity/constant/polyMesh/blockMeshDict
tutorials/cavity/0.1
tutorials/wedge/constant/polyMesh
tutorials/wedge/constant/WENOBase*
tutorials/wedge/0.1
logs
.vscode
tests/case/constant/polyMesh
# ignore all lnIncludes
lnInclude/
*.exe
# Ignore the polyMesh files
tests/Case/constant/polyMesh
tests/Case/0
tests/Case/constant/matrixDataBankTest
# ignore WENO directories
tests/**/WENOBase*