When I run ctags -R *, I get errors saying that all directories are not regular files and it skips them instead of recursively generating tags for them.
ctags -R *
<
It occurs if you have elvis-tools installed . remove them with something like
sudo apt-get remove elvis-tools
and then install exuberant-ctags by
sudo apt-get install exuberant-ctags