Re: [PATCH] Add .idea to gitignore for JetBrains CLion

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Sayyid Ali Sajjad Rizavi <sasrizavi(at)gmail(dot)com>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: [PATCH] Add .idea to gitignore for JetBrains CLion
Date: 2022-12-04 15:35:56
Message-ID: 2631131.1670168156@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Sayyid Ali Sajjad Rizavi <sasrizavi(at)gmail(dot)com> writes:
> +**/.idea

Our policy is that the in-tree .gitignore files should only hide
files that are build artifacts of standard build processes.
Something like this belongs in your personal ~/.gitexclude,
instead.

(BTW, perhaps we should remove the entries targeting ".sl"
extensions? AFAIK that was only for HP-UX, which is now
desupported.)

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2022-12-04 16:21:41 Re: Error-safe user functions
Previous Message Sayyid Ali Sajjad Rizavi 2022-12-04 15:33:43 Re: [PATCH] Add .idea to gitignore for JetBrains CLion