Skip to content

Commit

Permalink
Improved rake clean targer
Browse files Browse the repository at this point in the history
  • Loading branch information
ngiger committed Apr 28, 2014
1 parent 40bfe38 commit 0d360c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Rakefile
Expand Up @@ -26,6 +26,9 @@ require 'rake/clean'
CLEAN.include FileList['*.xls*']
CLEAN.include FileList['*.xml*']
CLEAN.include FileList['*.dat*']
CLEAN.include FileList['*.tar.gz']
CLEAN.include FileList['*.txt.*']
CLEAN.include FileList['*.csv.*']
CLEAN.include FileList['ruby*.tmp']
CLEAN.include FileList['data/download']
CLEAN.include FileList['duplicate_ean13_from_zur_rose.txt']

0 comments on commit 0d360c4

Please sign in to comment.