mirror of
https://github.com/anope/anope.git
synced 2026-06-12 17:04:47 +02:00
Skip the run and vendor directory when updating the translations.
This commit is contained in:
@@ -15,6 +15,8 @@ fi
|
||||
find ../ \
|
||||
! -path '../docs/*' \
|
||||
-a ! -path '../modules/third/*' \
|
||||
-a ! -path '../run/*' \
|
||||
-a ! -path '../vendor/*' \
|
||||
-a \( -name '*.cpp' \
|
||||
-o -name '*.h' \
|
||||
-o -name '*.conf' \
|
||||
|
||||
Reference in New Issue
Block a user