Skip to content

Commit

Permalink
Add tmp to .autotest and .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismcg committed Apr 21, 2011
1 parent b223ebb commit 54f8d2d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .autotest
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Autotest.add_hook :initialize do |at|
at.add_exception %r{^\./\.git/}
at.add_exception %r{^\./tmp/}
end
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ pkg/*
Gemfile.lock
.yardoc/*
doc/*
tmp/*

0 comments on commit 54f8d2d

Please sign in to comment.