pgsql: Update top-level .gitignore.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Update top-level .gitignore.
Date: 2022-12-04 20:23:22
Message-ID: E1p1vWD-0020Vj-TH@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Update top-level .gitignore.

Add a comment explaining our policy that we don't put excludes
for nonstandard tools into committed .gitignore files.

Also, remove the entries about libraries with .sl extensions,
since that convention was only used on now-desupported HP-UX.

Discussion: https://postgr.es/m/CAHxW8BAiyPwfXbN813GhorQozwMBs4f3DTxLkKNxiGQuJuw4Vw@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d94f32d49f620fb08c1fd0e8c9345844ccd9b7c0

Modified Files
--------------
.gitignore | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2022-12-04 22:57:07 pgsql: Fix thinko introduced in 6b423ec67
Previous Message Tom Lane 2022-12-04 19:26:07 pgsql: Re-pgindent a few files.