pgsql: Add .gitignore to src/tutorial/

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Add .gitignore to src/tutorial/
Дата
Msg-id E1iY7uu-0001rl-9l@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Remove traces of version-0 calling convention in src/tutorial/
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix bogus tuple-slot management in logical replication UPDATE ha