Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,13 @@ tests/sim_1_rerun1/
tests/full_tests/*/fit/
tests/full_tests/*.log

# PyBNF run logs written into an example/tutorial dir (a fit launched from inside it)
examples/**/bnf_*.log
# PyBNF run logs, wherever a fit was launched from: an example or tutorial directory,
# a benchmark directory, or the repository root. One rule rather than one per place,
# since these are runtime logs and none has ever been committed.
bnf_*.log

# Benchmark run artifacts
benchmarks/*/runs/
benchmarks/*/bnf_*.log
examples/sampler_benchmarking/*/output_*/
examples/sampler_benchmarking/*/*.out
examples/sampler_benchmarking/*/*.err
Expand Down