Skip to content

Add "build/" to .gitignore when preparing PCL

Rainer Kartmann requested to merge ignore-pcl-build-dir into dev

First draft:

  • Execute a script during the prepare script of PCL that adds build/ to the local .gitignore
  • Pro: Local solution, no modification of global config files
  • Con: There always is an added untracked file in PCL

Now:

  • Add ignore_patterns options to update / git. It takes a list of strings that are added to the repository-local .git/info/exclude file during the update step (if required).
  • Make PCL ignore build/ using that feature.
Edited by Rainer Kartmann

Merge request reports