[PATCH] Add .idea to gitignore for JetBrains CLion

From: Sayyid Ali Sajjad Rizavi <sasrizavi(at)gmail(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: [PATCH] Add .idea to gitignore for JetBrains CLion
Date: 2022-12-04 15:28:30
Message-ID: CAHxW8BAiyPwfXbN813GhorQozwMBs4f3DTxLkKNxiGQuJuw4Vw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Sayyid Ali Sajjad Rizavi 2022-12-04 15:33:43 Re: [PATCH] Add .idea to gitignore for JetBrains CLion
Previous Message Tom Lane 2022-12-04 15:25:23 Re: Error-safe user functions