obj folders fix
There are currently no pipelines.
To run a merge request pipeline, the jobs in the CI/CD configuration file must be configured to run in merge request pipelines and you must have sufficient permissions in the source project.
Partial backtrack of changes I made in !174 (merged). Apparently removing all the .gitignore
files from /objs
's subfolders removed the only reason Git was keeping the folders alive (Git doesn't care about empty folders as it turns out). So now they have .gitignore
s again, with a warning in each not to remove them.
To run a merge request pipeline, the jobs in the CI/CD configuration file must be configured to run in merge request pipelines and you must have sufficient permissions in the source project.