Re: Using make_ctags leaves tags files in git

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Using make_ctags leaves tags files in git
Дата
Msg-id 2035145.1684113953@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Using make_ctags leaves tags files in git  (Steve Chavez <steve@supabase.io>)
Ответы Re: Using make_ctags leaves tags files in git  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Список pgsql-hackers
Steve Chavez <steve@supabase.io> writes:
> In this case I just propose adding 'tags'. I believe it's reasonable to
> ignore these as they're produced by make_ctags.

Our policy on this is that the project's .gitignore files should ignore
files that are produced by our standard build scripts.  Anything else
you should put in your personal ignore patterns (one way is to set
the core.excludesFile property in ~/.gitconfig).  Otherwise it's very
very hard to argue which tools are privileged to get a project-wide
ignore entry.  Personally, for example, I use emacs but not ctags,
so I'd put "*~" way ahead of "tags".  But it's my responsibility to
ignore "*~", and I do.

            regards, tom lane



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

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: Re: [PATCH] Clarify the behavior of the system when approaching XID wraparound
Следующее
От: Tom Lane
Дата:
Сообщение: Re: 'converts internal representation to "..."' comment is confusing