Make it easier to work with the source tree using ctags/etags, ignore their tags/TAGS files.
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-
paveljanik commented at 2:21 PM on December 31, 2014: contributor
-
Ignore ctags/etags tags file f0cd6f72ec
-
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.
- laanwj closed this on Jan 1, 2015
- paveljanik deleted the branch on Jan 1, 2015
- MarcoFalke locked this on Sep 8, 2021
Contributors