forked from usgs-coupled/phreeqcrm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
80 lines (63 loc) · 1.35 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
# /
# Doxygen/
Doxygen/html
# Tests/
Tests/Makefile.in
# Tests/vs2012/
Tests/vs2012/FortranAdvect.u2d
Tests/vs2012/Tests.opensdf
Tests/vs2012/Tests.sdf
Tests/vs2012/Tests.v11.suo
Tests/vs2012/mpi
Tests/vs2012/mpi_debug
Tests/vs2012/openmp
Tests/vs2012/openmp_debug
Tests/vs2012/vc110.pdb
Tests/vs2012/x64
# backup files
*~
.vshistory/
# autotools
aclocal.m4
configure
Makefile.in
autom4te.cache/
config/
m4/libtool.m4
m4/ltoptions.m4
m4/ltsugar.m4
m4/ltversion.m4
m4/lt~obsolete.m4
# ignore directories beginning with '_'
_*/
# dist files
configure.ac.dist
Makefile.am.dist
doc/NOTICE.TXT.dist
doc/README.TXT.dist
src/PhreeqcRM.h.dist
src/IPhreeqcPhast/IPhreeqc/IPhreeqc.h.dist
src/IPhreeqcPhast/IPhreeqc/Version.h.dist
CMakeLists.txt.dist
# mod files (vscode extension?)
src/phreeqcrm.mod
# re-encoded files
src/IPhreeqcPhast/IPhreeqc/phreeqcpp/print.utf-8.cpp
src/IPhreeqcPhast/IPhreeqc/phreeqcpp/print.windows-1252.cpp
# Doxygen/make
src/BMI_interface.F90.save
src/RM_interface.F90.save
src/YAML_interface.F90.save
# wheels
dist/
# ex11-advect
swig/python/ex11-advect/ex11-advect.yaml
swig/python/ex11-advect/ex11-advect.chem.txt
swig/python/ex11-advect/ex11-advect.log.txt
swig/python/ex11-advect/.ipynb_checkpoints/
# default build directory when using vscode
build/
# Old CMakePresets build directories
builds/
# CMakePresets build directories
out/build/