Skip to content

Ignore files generated by ROOT

Jolie Roiseux requested to merge feature/ignore-generated-files into develop

Context

The contents of RootDict.cxx and RootDict.h are generated by ROOT. Since these files will change as we modify the codebase, they shouldn't be pushed to the repo.

Overview

The files that are generated by ROOT have been removed from the repo and added to the .gitignore.

How was this tested?

I ran make clean and then make to regenerate RootDict.cxx. I tested running the compiled code and the macro and both ran successfully.

Merge request reports