Re: Ignore Visual Studio's Temp Files While Working with PG on Windows

From: Yasir <yasir(dot)hussain(dot)shah(at)gmail(dot)com>
To: Peter Eisentraut <peter(at)eisentraut(dot)org>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Ignore Visual Studio's Temp Files While Working with PG on Windows
Date: 2024-05-17 06:48:17
Message-ID: CAA9OW9cW5PB9DdPwJ3yJH-SCcjpfYUyZ-GL8K0ANgY3Fc3AMgA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Nice approach! Thankyou Peter for the guidance.

Regards...

Yasir

On Fri, May 17, 2024 at 11:34 AM Peter Eisentraut <peter(at)eisentraut(dot)org>
wrote:

> On 17.05.24 08:09, Yasir wrote:
> > I have been playing with PG on the Windows platform recently. An
> > annoying thing I faced is that a lot of Visual Studio's temp files kept
> > appearing in git changed files. Therefore, I am submitting this very
> > trivial patch to ignore these temp files.
>
> Our general recommendation is that you put such things into your
> personal global git ignore file.
>
> For example, I have in ~/.gitconfig
>
> [core]
> excludesFile = ~/.gitexcludes
>
> and then in ~/.gitexcludes I have various ignores that are specific to
> my local tooling.
>
> That way we don't have to maintain ignore lists for all the tools in the
> world in the PostgreSQL source tree.
>
>

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2024-05-17 09:50:54 pgsql: Revise GUC names quoting in messages again
Previous Message Peter Eisentraut 2024-05-17 06:34:46 Re: Ignore Visual Studio's Temp Files While Working with PG on Windows

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2024-05-17 07:03:51 Re: commitfest.postgresql.org is no longer fit for purpose
Previous Message Peter Eisentraut 2024-05-17 06:34:46 Re: Ignore Visual Studio's Temp Files While Working with PG on Windows