Re: [PATCH] Add .idea to gitignore for JetBrains CLion - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [PATCH] Add .idea to gitignore for JetBrains CLion
Date
Msg-id 2631131.1670168156@sss.pgh.pa.us
Whole thread Raw
In response to [PATCH] Add .idea to gitignore for JetBrains CLion  (Sayyid Ali Sajjad Rizavi <sasrizavi@gmail.com>)
Responses Re: [PATCH] Add .idea to gitignore for JetBrains CLion
List pgsql-hackers
Sayyid Ali Sajjad Rizavi <sasrizavi@gmail.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



pgsql-hackers by date:

Previous
From: Sayyid Ali Sajjad Rizavi
Date:
Subject: Re: [PATCH] Add .idea to gitignore for JetBrains CLion
Next
From: Andrew Dunstan
Date:
Subject: Re: Error-safe user functions