-
Notifications
You must be signed in to change notification settings - Fork 6
/
.gitignore
123 lines (123 loc) · 1.12 KB
/
.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
syntax: glob
.DS_Store
.project
*.cov
*_restart
*.s_point
*.wells
*.wells_debug
*_[0-9]
*.dat
*.json
*.yaml
output.dat
# MADS files
obj
bin
wells
.project
.cproject
*.exe
*.o
*.dylib
*.so
*.so.1
*.results
*iterationresults
*.intermediate_residuals
*.intermediate_results
*lmjacobian.dat
*intermediate.mads
*-rerun.mads
*-error.mads
*-truth.mads
*.mads-input
*.*-restart-*
*.restart_*
*.restart_info
*.cmdline_hist
*.eigen*
*.covar*
*.correl*
*.residu*
*.jacob*
*.gsens*
*.lsens*
*.igrnd*
*.ppsd*
*.igdp*
*.mcrnd*
*.pssa*
*.abagus*
*.forward
*.archive
*.runs
*.phi
*.seed
*.seed0
*debug*
*.running
*.s_point
*.s_well
*.ofe
*.igpd-opt*
*.mads_output_*
*.outp-*
*.vtk
*.btc
*.btc-peak
*.btc2
*.out
*.sobol_sens_index
*.sobol_sens_total
*output
*.wells
# Genereal files
*.dat
*.zip
*.tar
*.tgz
*.gz
*.pdf
*.txt
*.doc
*.docx
*.swp
*.pars
*.bgr
*.o
*.eas
*.par
*.ctl
*.ps
*.dbg
*.sh
*.a
*.so
*.zip
*.orig
# LINUX files
.nfs*
# MAC files
._*
._.*
.DS*
# PEST files
*.cnd
*.drf
*.jac
*.jco
*.jst
*.mtt
*.rec
*.rei
*.res
*.rst
*.sen
*.seo
svrmodels
*.svr
*madsjl_cmdline_hist*
examples/anasol/test.mads
examples/model_coupling_*
*/.ipynb_checkpoints/*