Should add the ctags configuration : ~/.ctags : ``` --recursive=yes --exclude=.git ``` Global git ignore : ``` echo "tags" >> ~/.global_ignore git config --global core.excludesfile $HOME/.global_ignore ```
Should add the ctags configuration :
~/.ctags :
Global git ignore :