update autobuild.sh
the ignore rule was broken because it's a RegExp, not a globbing pattern
This commit is contained in:
parent
a7b84089df
commit
1ddb9c08ef
@ -2,7 +2,8 @@
|
|||||||
|
|
||||||
./build.py $*
|
./build.py $*
|
||||||
FORMAT=$(echo "\033[1;33m%w%f\033[0m written")
|
FORMAT=$(echo "\033[1;33m%w%f\033[0m written")
|
||||||
while inotifywait -qre close_write --exclude "iitc-debug.user.js|.git*" --format "$FORMAT" .
|
while inotifywait -qre close_write --format "$FORMAT" . @./build/ @./mobile/bin/ @./mobile/gen/ @./.git/
|
||||||
do
|
do
|
||||||
./build.py $*
|
./build.py $*
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user