Skip to content

Commit

Permalink
+ Added ./tmp to default exclusions.
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//src/ZenTest/dev/": change = 6412]
  • Loading branch information
zenspider committed Jun 30, 2011
1 parent eda481b commit cfb3709
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/autotest.rb
Expand Up @@ -512,6 +512,7 @@ def find_files

next if test ?d, f
next if f =~ /(swp|~|rej|orig)$/ # temporary/patch files
next if f =~ /^\.\/tmp/ # temporary dir, used by isolate
next if f =~ /\/\.?#/ # Emacs autosave/cvs merge files

filename = f.sub(/^\.\//, '')
Expand Down

0 comments on commit cfb3709

Please sign in to comment.