Skip to content

Commit

Permalink
Ignore hidden files
Browse files Browse the repository at this point in the history
  • Loading branch information
iain committed Apr 22, 2010
1 parent 912e5e0 commit d281b96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/autotest.rb
Expand Up @@ -370,6 +370,7 @@ def find_files
next if test ?d, f
next if f =~ /(swp|~|rej|orig)$/ # temporary/patch files
next if f =~ /\/\.?#/ # Emacs autosave/cvs merge files
next if f =~ /\/\./ # hidden files

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

Expand Down

0 comments on commit d281b96

Please sign in to comment.