[scripts] Exclude build-* directories from etags run
Change-Id: I2df58efd89dee80d7804ac85e654b0f602648b6b
Esse commit está contido em:
@@ -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
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário