APMrover2: don't use avr include dir for tags

This commit is contained in:
Lucas De Marchi 2015-11-03 12:19:34 -02:00 committed by Andrew Tridgell
parent 633e9dc036
commit b76f498799

View File

@ -3,8 +3,7 @@
ctags -RV --language-force=C++ --c++-kinds=+p --fields=+iaS --extra=+q \ ctags -RV --language-force=C++ --c++-kinds=+p --fields=+iaS --extra=+q \
. \ . \
../libraries/* \ ../libraries/*
/usr/lib/avr/include
# sample vimrc file # sample vimrc file
# you'll need to have omnicpp plugin for vim # you'll need to have omnicpp plugin for vim