lib/asproject.rb in asproject-0.1.29 vs lib/asproject.rb in asproject-0.1.30

- old
+ new

@@ -211,10 +211,10 @@ end end ####################################### # ignore_file? - @@COPY_IGNORE_FILES = ['.', '..', '.svn', '.DS_Store', 'CVS', '.cvs' 'Thumbs.db'] + @@COPY_IGNORE_FILES = ['.', '..', '.svn', '.DS_Store', 'CVS', '.cvs' 'Thumbs.db', '.crap_file'] # Do not copy files found in the ignore_files list def AsProject.ignore_file? file @@COPY_IGNORE_FILES.each do |name| if(name == file) return true