pgsql: Remove unused directory from test/ssl .gitignore - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: Remove unused directory from test/ssl .gitignore
Date
Msg-id E1m92yx-00059d-O6@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: Remove the last vestiges of Exporter from PostgresNode
Next
From: Amit Kapila
Date:
Subject: pgsql: Refactor to make common functions in proto.c and worker.c.