pgsql: Add .gitignore to src/tutorial/ - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Add .gitignore to src/tutorial/
Date
Msg-id E1iY7uu-0001rl-9l@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add .gitignore to src/tutorial/

A set of SQL files are generated for the tutorial when compiling the
code, so let's avoid any risk to have them added in the tree in the
future.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8959a5e0fa2926b0f99e055e63fb4d81e1dcb3a0

Modified Files
--------------
src/tutorial/.gitignore | 5 +++++
1 file changed, 5 insertions(+)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Remove traces of version-0 calling convention in src/tutorial/
Next
From: Tom Lane
Date:
Subject: pgsql: Fix bogus tuple-slot management in logical replication UPDATE ha