Ignore ctags/etags tags file #5585

pull paveljanik wants to merge 1 commits into bitcoin:master from paveljanik:gitignore_tags changing 1 files +4 −0
  1. paveljanik commented at 2:21 PM on December 31, 2014: contributor

    Make it easier to work with the source tree using ctags/etags, ignore their tags/TAGS files.

  2. Ignore ctags/etags tags file f0cd6f72ec
  3. laanwj commented at 11:01 AM on January 1, 2015: member

    If you have local tool-specific files you want to ignore, there are various options.

    The most common ones are to create a global gitignore (this ignores the files in every one of your git projects), or add them to project-specific .git/info/exclude. These files are never committed to the repository.

    See also https://help.github.com/articles/ignoring-files/

    Re: ctags specifically, it is possible to store the tags file outside of the repository, or in a place git won't find it inside the .git directory.

    Closing this as it is specific to your setup.

  4. laanwj closed this on Jan 1, 2015

  5. paveljanik deleted the branch on Jan 1, 2015
  6. MarcoFalke locked this on Sep 8, 2021
Contributors

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-28 00:15 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me