pgsql: Add .gitignore to src/tutorial/

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add .gitignore to src/tutorial/
Date: 2019-11-22 12:20:04
Message-ID: E1iY7uu-0001rl-9l@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-11-22 16:31:37 pgsql: Fix bogus tuple-slot management in logical replication UPDATE ha
Previous Message Michael Paquier 2019-11-22 12:13:23 pgsql: Remove traces of version-0 calling convention in src/tutorial/