mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-03 09:49:21 +02:00
update scripts/grep-string.sh to ignore more generated files
This commit is contained in:
parent
b645dc60a0
commit
0efd4154ea
1 changed files with 2 additions and 2 deletions
|
@ -8,13 +8,13 @@ if [ -z "$TEXT" ]; then
|
|||
fi
|
||||
|
||||
echo "==================== ANDROID USAGE ===================="
|
||||
grep --exclude={*.apk,*.a,*.o,*.so,strings.xml} --exclude-dir={.git,.gradle,obj,release,.idea,build,deltachat-core-rust} -ri $TEXT .
|
||||
grep --exclude={*.apk,*.a,*.o,*.so,strings.xml,*symbols.zip} --exclude-dir={.git,.gradle,obj,release,.idea,build,deltachat-core-rust} -ri $TEXT .
|
||||
|
||||
echo "==================== IOS USAGE ===================="
|
||||
grep --exclude=*.strings --exclude-dir={.git,libraries,Pods,deltachat-ios.xcodeproj,deltachat-ios.xcworkspace} -ri $TEXT ../deltachat-ios/
|
||||
|
||||
echo "==================== DESKTOP USAGE ===================="
|
||||
grep --exclude-dir={.git,_locales} -ri $TEXT ../deltachat-desktop/
|
||||
grep --exclude-dir={.cache,.git,html-dist,node_modules,_locales} -ri $TEXT ../deltachat-desktop/
|
||||
|
||||
echo "==================== NODE USAGE ===================="
|
||||
grep --exclude-dir={.git} -ri $TEXT ../deltachat-node/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue