On Tue, Dec 03, 2019 at 10:07:08AM -0500, Tom Lane wrote:
> As a point of reference, I have
>
> $ cat ~/.gitexclude
> *~
> *.orig
>
> to suppress emacs backup files and patch backup files respectively.
> Somebody who prefers another editor would have no use for *~.
Here are extra entries I use
Got it, and that makes sense.
I hereby withdraw this patch. ;)
- David
> On Dec 3, 2019, at 10:08, Tom Lane wrote:
>
> Daniel Gustafsson writes:
On 3 Dec 2019, at 15:47, David Nedrow wrote:
>>> This patch simply adds “.idea/“ to the list of global excludes across all
>>> subdirectorie
Daniel Gustafsson writes:
>> On 3 Dec 2019, at 15:47, David Nedrow 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 proje
> On 3 Dec 2019, at 15:56, David Nedrow wrote:
> Hmmm. I can see that. However, there are already entries for Microsoft Visual
> C++ at the global level. Wouldn’t this fall into the same category?
Not really, the files in the current .gitignore are artifacts of the build-
system which is provi
> On 3 Dec 2019, at 15:47, David Nedrow 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 ch
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.