• [PATCH] Ignore TAGS

    From Simon Richter@21:1/5 to All on Fri May 5 21:10:02 2023
    This file can be optionally built, and is helpful in navigating the source tree, but should never be checked in.
    ---
    .gitignore | 1 +
    1 file changed, 1 insertion(+)

    diff --git a/.gitignore b/.gitignore
    index a5edb85b8..19bdd9e73 100644
    --- a/.gitignore
    +++ b/.gitignore
    @@ -17,6 +17,7 @@
    .libs/
    Makefile
    Makefile.in
    +TAGS

    # Top dir ignores
    autom4te.cache/
    --
    2.39.2

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Guillem Jover@21:1/5 to Simon Richter on Sat May 6 00:20:01 2023
    Hi!

    On Sat, 2023-05-06 at 04:07:43 +0900, Simon Richter wrote:
    This file can be optionally built, and is helpful in navigating the source tree, but should never be checked in.

    Hmm, I'm in general not a fan and not comfortable with adding ignore
    entries for local editing or development tools that are specific to
    a user, and are not part of the build system, as these can be endless.
    But then as you hint in the commit message, and which I had completely forgotten as I don't use these, is that automake generates rules for
    etags, ctags, cscope, etc, so I've added a commit based on yours that
    adds all such currently known tag files handled by automake. Thanks!

    And I just noticed that the .gitignore file contained an entry for vim
    swap files, so I've just removed that one. (Instead people should add
    entries in their .config/git/ignore file for files that they want to
    be globally ignored, for local tools they use.)

    Thanks,
    Guillem

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)