> On 3 Dec 2019, at 15:47, David Nedrow <dned...@me.com> wrote: > This patch simply adds “.idea/“ to the list of global excludes across all > subdirectories. This directory is created when a JetBrains IDE is used to > open a project. In my specific case, Clion is creating the project directory. > > The ONLY change in the patch is the “.idea/“ addition to .gitignore.
-1. This seems like something better suited in a local gitignore for those who use Jetbrains products. See the documentation for ~/.gitignore_global. cheers ./daniel