master/lib/guard
Rémy Coutable 06be2107af Dir.glob now ignores files that don't need to be watched
By default, we don't watch ., .., .bundle, .git (this is HUGE), log, tmp and vendor (this is also HUGE). Also don't append '/' to the dir given to Guard::Listener#potentially_modified_files, the method now handles it internally.

In my case, Guard::Listener#potentially_modified_files was taking ~56 seconds (in a big Rails project), it takes now... less than 1 second.

Enjoy.
2011-07-21 01:40:40 +02:00
..
listeners Dir.glob now ignores files that don't need to be watched 2011-07-21 01:40:40 +02:00
templates Added guard-stendhal & guard-soca 2010-11-30 22:46:52 +01:00
cli.rb inspect values rather than simply print them, so that strings appear quoted 2011-06-21 10:34:11 -04:00
dsl_describer.rb show the guards defined in the Guardfile with 'guard show' or 'guard -T' 2011-06-21 09:54:52 -04:00
dsl.rb Closes #100 2011-07-15 08:32:34 +02:00
guard.rb Run guards for new modified files only if any guard match any file (preventing from clearing the screen when no guard will run!). 2011-04-16 23:13:29 +02:00
interactor.rb Removed useless \n when saying 'Bye bye...' 2011-05-13 22:05:58 +02:00
listener.rb Dir.glob now ignores files that don't need to be watched 2011-07-21 01:40:40 +02:00
notifier.rb Use RbConfig instead of obsolete and deprecated Config. 2011-06-16 18:14:51 +07:00
ui.rb Added a debug message when running run_on_change 2011-07-21 01:21:04 +02:00
version.rb Version 0.5.1 2011-07-15 08:35:12 +02:00
watcher.rb Integrated Guard::Ego inside Guard, oh yeah! 2011-07-02 10:01:45 +02:00