Re: Using make_ctags leaves tags files in git
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Steve Chavez <steve@supabase.io>
Cc: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2023-05-14T23:44:33Z
Lists: pgsql-hackers
On Sun, May 14, 2023 at 06:13:21PM -0300, Steve Chavez wrote: > I use postgres/src/tools/make_ctags and it works great. But it leaves the > tags files ready to be committed in git. So, I've added 'tags' to > .gitignore. This has been proposed in the past, where no conclusion was reached about whether this would be the best move (backup files from vim or emacs are not ignored, either): https://www.postgresql.org/message-id/CAFcNs+rG-DASXzHcecYKvAj+rmxi8CpMAgbpGpEK-mjC96F=Lg@mail.gmail.com And there are global rules, as well. -- Michael