Exclude unwanted files in wxMSW tags script

When a new directory is added, it's better to include the tags in it,
even if they're not wanted, than to not do it, when they're.
This commit is contained in:
Vadim Zeitlin
2020-01-31 16:41:15 +01:00
parent 9d470f6433
commit 37cf80240b

View File

@@ -1 +1 @@
@ctags.exe --totals --language-force=c++ --c++-types=+p -I ./misc/scripts/ctags.ignore include/wx/*.h include/wx/aui/*.h include/wx/msw/*.h include/wx/msw/ole/*.h include/wx/msw/private/*.h include/wx/generic/private/*.h include/wx/generic/*.h include/wx/html/*.h include/wx/private/*.h include/wx/propgrid/*.h include/wx/protocol/*.h include/wx/ribbon/*.h include/wx/richtext/*.h include/wx/xml/*.h include/wx/xrc/*.h src/aui/*.cpp src/common/*.cpp src/generic/*.cpp src/msw/*.cpp src/msw/ole/*.cpp src/html/*.cpp src/propgrid/*.cpp src/ribbon/*.cpp src/richtext/*.cpp src/xml/*.cpp src/xrc/*.cpp
@ctags.exe --totals --language-force=c++ --c++-types=+p -I ./misc/scripts/ctags.ignore --exclude=src/android --exclude=src/dfb --exclude=src/gtk --exclude=src/gtk1 --exclude=src/motif --exclude=src/osx --exclude=src/qt --exclude=src/univ --exclude=src/unix--exclude=src/x11 --exclude=include/wx/android --exclude=include/wx/dfb --exclude=include/wx/gtk --exclude=include/wx/gtk1 --exclude=include/wx/motif --exclude=include/wx/osx --exclude=include/wx/qt --exclude=include/wx/univ --exclude=include/wx/unix--exclude=include/wx/x11 include src