pgsql: Still more .gitignore cleanup.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Still more .gitignore cleanup.
Дата
Msg-id E1OzCOl-0006eN-8m@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Still more .gitignore cleanup.

Fix overly-enthusiastic ignores, as identified by
git ls-files -i --exclude-standard

Branch
------
REL8_4_STABLE

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=76833aeab9f12768204078eedeac4e539986ac07

Modified Files
--------------
src/interfaces/ecpg/test/.gitignore                |    4 --
.../ecpg/test/compat_informix/.gitignore           |   21 ++++++++-
src/interfaces/ecpg/test/connect/.gitignore        |   13 +++++-
src/interfaces/ecpg/test/pgtypeslib/.gitignore     |   13 +++++-
src/interfaces/ecpg/test/preproc/.gitignore        |   25 ++++++++++-
src/interfaces/ecpg/test/sql/.gitignore            |   43 ++++++++++++++++++-
src/interfaces/ecpg/test/thread/.gitignore         |   13 +++++-
7 files changed, 110 insertions(+), 22 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Still more .gitignore cleanup.
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: In levenshtein_internal(), describe algorithm a bit more clearly