Skip to content
This repository has been archived by the owner on Oct 30, 2021. It is now read-only.

Commit

Permalink
Improved auto_make script.
Browse files Browse the repository at this point in the history
Added exclude pattern to avoid early notifications on inotify when vim
saves a file.
  • Loading branch information
bbguimaraes committed Nov 18, 2013
1 parent 7099a9d commit 443bacd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/auto_make
Expand Up @@ -6,7 +6,7 @@ MAKE_TEST="$MAKE -q"


wait_for_event() {
inotifywait -qqr -e modify -e attrib .
inotifywait -qqr -e modify --exclude '\.swp$' .
}


Expand Down

0 comments on commit 443bacd

Please sign in to comment.