forked from Cantera/cantera
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
61 lines (61 loc) · 1.08 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
doc/ctdeploy_key
*~
*#
*.o
*.so
*.os
*.pyc
*.obj
*.exe.manifest
build/
test/work/
test_problems/ChemEquil_ionizedGas/ChemEquil_ionizedGas
test_problems/cathermo/testWaterPDSS/WaterPDSS
test_problems/cathermo/testWaterTP/WaterSSTP
test_problems/cxx_ex/cxx_ex
test_problems/diamondSurf/diamondSurf
test_problems/pureFluidTest/pureFluid
test_problems/rankine_democxx/rankine_democxx
test_problems/surfkin/surfkin
interfaces/cython/cantera/_cantera.h
include/cantera/base/config.h
include/cantera/base/config.h.build
include/cantera/base/system.h.gch
include/cantera/ext/
interfaces/matlab/ctpath.m
interfaces/matlab/Contents.m
stage/
.sconsign.dblite
.sconf_temp
.vscode
cantera.conf*
config.log
*.lib
*.exp
*.manifest
*.pdb
*.ilk
*.suo
*.dll
*.a
*.def
*.msi
*.mex*
*.asv
.cproject
.project
.pydevproject
.settings
*.gcda
*.gcno
*.gch
coverage/
coverage.info
doc/sphinx/matlab/data.rst
doc/sphinx/matlab/importing.rst
doc/sphinx/matlab/kinetics.rst
doc/sphinx/matlab/one-dim.rst
doc/sphinx/matlab/thermodynamics.rst
doc/sphinx/matlab/transport.rst
doc/sphinx/matlab/utilities.rst
doc/sphinx/matlab/zero-dim.rst