diff --git a/bin/watch-changes b/bin/watch-changes index 26396e2..35f87b9 100755 --- a/bin/watch-changes +++ b/bin/watch-changes @@ -11,6 +11,7 @@ while true; do inotifywait \ --event modify \ --event move_self \ + --exclude ".git|simpletest|vendor" \ --recursive \ $1 && $2 done