pgsql: Remove unused directory from test/ssl .gitignore

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove unused directory from test/ssl .gitignore
Date: 2021-07-29 10:09:39
Message-ID: E1m92yx-00059d-O6@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove unused directory from test/ssl .gitignore

The clientside log saved from the testrun was removed in 1caef31d9
but the entry in the .gitignore file remained. While this exists
in older branches as well, it's mostly a cosmetical fix so no back-
patching is done.

Reviewed-by: Michael Paquier
Discussion: https://postgr.es/m/F8E73040-BB6F-43BF-95B4-3CEC037BE856@yesql.se

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/454ae15d10ea2d11669b69e82c98fbd03126fd69

Modified Files
--------------
src/test/ssl/.gitignore | 1 -
1 file changed, 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2021-07-29 10:30:39 pgsql: Refactor to make common functions in proto.c and worker.c.
Previous Message Andrew Dunstan 2021-07-29 10:01:02 pgsql: Add a getter function for a PostgresNode install_path