From 823f2f1badbf2c478b9347f634fe27885333f9eb Mon Sep 17 00:00:00 2001 From: Yorick Peterse Date: Tue, 21 Oct 2014 23:21:23 +0200 Subject: [PATCH] Clean generated CSS lexer/parser files. --- Rakefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Rakefile b/Rakefile index 23e1d0f..2201452 100644 --- a/Rakefile +++ b/Rakefile @@ -24,6 +24,8 @@ CLEAN.include( 'lib/oga/xml/parser.rb', 'lib/oga/xpath/lexer.rb', 'lib/oga/xpath/parser.rb', + 'lib/oga/css/lexer.rb', + 'lib/oga/css/parser.rb', 'benchmark/fixtures/big.xml', 'profile/samples/**/*.txt', 'lib/liboga.*',