Skip to content

Commit

Permalink
Don't delete *.h files when running 'rake clean'
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Toland committed Nov 21, 2011
1 parent 022f501 commit c6192af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ end

Bundler::GemHelper.install_tasks

CLEAN.include FileList["ext/patron/*"].exclude(/^.*\.(rb|c)$/)
CLEAN.include FileList["ext/patron/*"].exclude(/^.*\.(rb|c|h)$/)
CLOBBER.include %w( doc coverage pkg )

desc "Start an IRB shell"
Expand Down

0 comments on commit c6192af

Please sign in to comment.