Skip to content

Remove example output from version control

Sjoerd Geevers requested to merge remove_example_output into master

Remove example output from version control, since we do not do any checks on the output and since the output might change due to small changes in the solver.

Add .gitignore file to output folders to ensure the folder remains under version control. If the output folders do not exist, the examples will crash.

Merge request reports