From: Vadim Zeitlin Date: Mon, 5 Nov 2007 21:28:42 +0000 (+0000) Subject: exclude include/wx/vms_x_fix.h from ctags input, it doesn't contain any useful defini... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/977dcce77f0b4845a2f4b6b4c487ff4e1513f0f2 exclude include/wx/vms_x_fix.h from ctags input, it doesn't contain any useful definitions and just gets in the way git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49657 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/misc/scripts/makeunixtags.sh b/misc/scripts/makeunixtags.sh index 179f73e340..9c15e5293e 100644 --- a/misc/scripts/makeunixtags.sh +++ b/misc/scripts/makeunixtags.sh @@ -12,6 +12,7 @@ function create_tags() { ctags --totals --c++-kinds=+px --language-force=c++ \ + --exclude=include/wx/vms_x_fix.h \ -I WXDLLEXPORT_DATA+ -I WXDLLEXPORT \ -I WXDLLIMPEXP_DATA_ADV+ -I WXDLLIMPEXP_ADV \ -I WXDLLIMPEXP_DATA_AUI+ -I WXDLLIMPEXP_AUI \