Skip to content

Commit 74e498d

Browse files
committed
Ignore more example output files in git.
1 parent 2b276e3 commit 74e498d

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.gitignore

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ test_log.txt
111111
rmgpy/tools/data/flux/flux/1/*.dot
112112

113113
# example directory - save the inputs but not the outputs
114-
# cantera input files
115114
examples/**/chem.inp
116115
# log files from the runs
117116
examples/**/arkane.log
@@ -124,3 +123,12 @@ examples/**/reactions.py
124123
examples/**/RMG_libraries
125124
examples/**/species
126125
examples/**/plots
126+
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

Comments
 (0)