Ignore .git* files in autobuild.sh
This commit is contained in:
parent
965c4f0156
commit
03e7cd63bd
@ -2,7 +2,7 @@
|
||||
|
||||
./build.rb
|
||||
FORMAT=$(echo "\033[1;33m%w%f\033[0m written")
|
||||
while inotifywait -qre close_write --exclude "total-conversion-build.user.js" --format "$FORMAT" .
|
||||
while inotifywait -qre close_write --exclude "total-conversion-build.user.js|.git*" --format "$FORMAT" .
|
||||
do
|
||||
./build.rb
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user