Skip to content
This repository has been archived by the owner on Apr 17, 2018. It is now read-only.

Commit

Permalink
Updated .autotest to only reference existing files
Browse files Browse the repository at this point in the history
  • Loading branch information
dkubb committed Nov 23, 2009
1 parent 37ba897 commit 023d122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .autotest
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Autotest.add_hook :initialize do |at|
%w[ .git burn www log plugins script tasks bin CHANGELOG FAQ MIT-LICENSE PERFORMANCE QUICKLINKS README ].each do |exception|
%w[ .git log script tasks LICENSE README.rdoc ].each do |exception|
at.add_exception(exception)
end

Expand Down

0 comments on commit 023d122

Please sign in to comment.