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

From Sayyid Ali Sajjad Rizavi
Subject Re: [PATCH] Add .idea to gitignore for JetBrains CLion
Date
Msg-id CAHxW8BD1mEwqd956BYhBQvvCGHbi0UNPAOJv0xAt+Fdrj1WBzQ@mail.gmail.com
Whole thread Raw
In response to [PATCH] Add .idea to gitignore for JetBrains CLion  (Sayyid Ali Sajjad Rizavi <sasrizavi@gmail.com>)
List 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@gmail.com> wrote:
From 6d10dafdd7c7789eddd7fd72ca22dfde74febe23 Mon Sep 17 00:00:00 2001
From: Ali Sajjad <sasrizavi@gmail.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.

pgsql-hackers by date:

Previous
From: Sayyid Ali Sajjad Rizavi
Date:
Subject: [PATCH] Add .idea to gitignore for JetBrains CLion
Next
From: Tom Lane
Date:
Subject: Re: [PATCH] Add .idea to gitignore for JetBrains CLion