summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorFlorian Frank <flori@ping.de>2011-06-20 14:02:29 +0200
committerFlorian Frank <flori@ping.de>2011-06-20 14:02:29 +0200
commit54913e4cb45ccac2e259476475db8c8beabd6ea2 (patch)
tree8908465c5d7139a582b94a93e426ee246cdd29eb /Rakefile
parent9c2345979bd01899ae003fea92fbb711e600d261 (diff)
downloadjson-54913e4cb45ccac2e259476475db8c8beabd6ea2.tar.gz
clobber Rakefile
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 0da73d0..037d02c 100644
--- a/Rakefile
+++ b/Rakefile
@@ -7,7 +7,7 @@ require 'rbconfig'
include Config
require 'rake/clean'
-CLOBBER.include Dir['benchmarks/data/*.{dat,log}'], 'doc'
+CLOBBER.include Dir['benchmarks/data/*.{dat,log}'], 'doc', 'Gemfile.lock'
CLEAN.include FileList['diagrams/*.*'], 'doc', 'coverage', 'tmp',
FileList["ext/**/{Makefile,mkmf.log}"], 'build', 'dist', FileList['**/*.rbc'],
FileList["{ext,lib}/**/*.{so,bundle,#{CONFIG['DLEXT']},o,obj,pdb,lib,manifest,exp,def,jar,class,dSYM}"],