Skip to content

CE-1978: Add IOC core dumps to gitignore

Anders Lindh Olsson requested to merge ce-1978_gitignore_core into master

The prometheus IOC exporter has a check for dirty IOC directories, and another for IOC core dumps. Since core dumps are generated in the IOC directory, we add these to a gitignore file in order to exclude them from the "dirty git repository" check.

The .gitignore file itself also needs to be added in order to not generate a diff.

Merge request reports