Skip to content

add pickle file to gitignore

Stewart Martin-Haugh requested to merge smh/athena:ignore_pkl into master

Pickle files are regularly produced while testing new configuration, particularly if you do

python python/newCfg.py

in athena. I accidentally committed one in !50524 (merged). Add this to our list of files to ignore.

Merge request reports