Skip to content

Commit

Permalink
Tell autotest to ignore the .git and test/vendor directories
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisk committed Aug 15, 2010
1 parent fcf7e1f commit fb99415
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .autotest
@@ -0,0 +1,5 @@
Autotest.add_hook :initialize do |autotest|
%w(.git vendor).each do |directory|
autotest.add_exception(directory)
end
end
3 changes: 2 additions & 1 deletion fakeweb.gemspec
Expand Up @@ -17,7 +17,8 @@ Gem::Specification.new do |s|
"README.rdoc"
]
s.files = [
".gitignore",
".autotest",
".gitignore",
"CHANGELOG",
"LICENSE.txt",
"README.rdoc",
Expand Down

0 comments on commit fb99415

Please sign in to comment.