pgsql: src/test/modules/test_dsa needs a .gitignore file. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: src/test/modules/test_dsa needs a .gitignore file.
Date
Msg-id E1r3L7T-005bsI-8v@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
src/test/modules/test_dsa needs a .gitignore file.

Without this, "git status" is unhappy after a check-world run.
Oversight in 325f54033.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/83267b15bf0dffa6e1096608bda95b8488048bb9

Modified Files
--------------
src/test/modules/test_dsa/.gitignore | 4 ++++
1 file changed, 4 insertions(+)


pgsql-committers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: pgsql: doc: align column order with pg_stat_statements view
Next
From: Nathan Bossart
Date:
Subject: pgsql: Retire MemoryContextResetAndDeleteChildren() macro.