[scripts] Exclude build-* directories from etags run

Change-Id: I2df58efd89dee80d7804ac85e654b0f602648b6b
Esse commit está contido em:
Roland McGrath
2017-01-26 15:30:40 -08:00
commit cd375265b3
+2 -1
Ver Arquivo
@@ -8,4 +8,5 @@
# https://opensource.org/licenses/MIT
rm -f TAGS
find . -type f -regex '.*\.[chS]\|.*\.cpp' -print0 | xargs -0 etags -a
find . \( -name 'build-*' -prune \) -o \
\( -type f -regex '.*\.[chS]\|.*\.cpp' -print0 \) | xargs -0 etags -a