Skip to content

Commit

Permalink
Added .rbc to clean list.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimweirich committed Dec 23, 2010
1 parent c8b4c3e commit 1a0d82a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Expand Up @@ -15,6 +15,7 @@ today = Time.now.strftime("%Y-%m-%d")
TAR_FILE = "#{DIST_DIR}/rubykoans-#{today}.tgz"
ZIP_FILE = "#{DIST_DIR}/rubykoans-#{today}.zip"

CLEAN.include("**/*.rbc")
CLOBBER.include(DIST_DIR)

module Koans
Expand Down

0 comments on commit 1a0d82a

Please sign in to comment.