We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b276e3 commit 74e498dCopy full SHA for 74e498d
.gitignore
@@ -111,7 +111,6 @@ test_log.txt
111
rmgpy/tools/data/flux/flux/1/*.dot
112
113
# example directory - save the inputs but not the outputs
114
-# cantera input files
115
examples/**/chem.inp
116
# log files from the runs
117
examples/**/arkane.log
@@ -124,3 +123,12 @@ examples/**/reactions.py
124
123
examples/**/RMG_libraries
125
examples/**/species
126
examples/**/plots
+examples/**/chemkin/*.inp
127
+examples/**/chemkin/tran.dat
128
+examples/**/chemkin/*dictionary.txt
129
+examples/**/chem*.yaml
130
+examples/**/rms/*.rms
131
+examples/**/output*.html
132
+examples/**/restart_from_seed.py
133
+examples/**/seed/filters
134
+examples/**/statistics.xls
0 commit comments