forked from MODFLOW-USGS/modflow6-largetestmodels
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
79 lines (67 loc) · 738 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
*.exe
*.lib
*.obj
*.suo
*.u2d
Debug/
Release/
*.pdb
*.user
*.list
*.lst
*.cbc
*.cbb
*.hds
*.ddn
*.zta
*.zobs
*.ucn
*.bsv
*.out
*.grb
*.bin
*.sg
*.30
*.output.dat
*.csv
*.chk
*.pyc
*.mod
*.pui
*.bak
*.aux
*.idx
*.lof
*.log
*.lot
*.synctex.gz
*.toc
*_genmod.f90
.idea/
*.o
examples/python/.ipynb_checkpoints/*.ipynb
doc/Notes/*.pdf
doc/mf6report/*.pdf
doc/GWFModelReport/*.pdf
doc/mf6io/*.pdf
doc/ReleaseNotes/*.pdf
doc/GettingStarted/*.pdf
doc/XT3DReport/*.pdf
doc/UserGuide/*.pdf
doc/ConverterGuide/*.pdf
doc/zonebudget/*.pdf
bin/mf6
bin/mf5to6
bin/zbud6
tmp_simulations/
autotest/temp/
autotest/*.html
.ipynb_checkpoints/
distrib_training/mf6beta*
distrib_training/HeadViewer*
*.depend
*.layout
*.delta
Thumbs.db
*.blg
*.bat