| From: | Sayyid Ali Sajjad Rizavi <sasrizavi(at)gmail(dot)com> |
|---|---|
| To: | pgsql-hackers(at)lists(dot)postgresql(dot)org |
| Subject: | Re: [PATCH] Add .idea to gitignore for JetBrains CLion |
| Date: | 2022-12-04 15:33:43 |
| Message-ID: | CAHxW8BD1mEwqd956BYhBQvvCGHbi0UNPAOJv0xAt+Fdrj1WBzQ@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
I searched the commit fest app and there's already someone who has made
this.
On Sun, Dec 4, 2022 at 7:28 AM Sayyid Ali Sajjad Rizavi <sasrizavi(at)gmail(dot)com>
wrote:
> From 6d10dafdd7c7789eddd7fd72ca22dfde74febe23 Mon Sep 17 00:00:00 2001
> From: Ali Sajjad <sasrizavi(at)gmail(dot)com>
> Date: Sun, 4 Dec 2022 06:03:11 -0800
> Subject: [PATCH] Add .idea to gitignore for JetBrains CLion
>
> ---
> .gitignore | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/.gitignore b/.gitignore
> index 1c0f3e5e35..7118b90f25 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -31,6 +31,7 @@ win32ver.rc
> *.exe
> lib*dll.def
> lib*.pc
> +**/.idea
>
> # Local excludes in root directory
> /GNUmakefile
> --
> 2.34.1
>
> Probably I'm the first one building PostgreSQL on CLion.
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2022-12-04 15:35:56 | Re: [PATCH] Add .idea to gitignore for JetBrains CLion |
| Previous Message | Sayyid Ali Sajjad Rizavi | 2022-12-04 15:28:30 | [PATCH] Add .idea to gitignore for JetBrains CLion |