Clean generated CSS lexer/parser files.
This commit is contained in:
parent
851e7d6d0b
commit
823f2f1bad
2
Rakefile
2
Rakefile
|
@ -24,6 +24,8 @@ CLEAN.include(
|
||||||
'lib/oga/xml/parser.rb',
|
'lib/oga/xml/parser.rb',
|
||||||
'lib/oga/xpath/lexer.rb',
|
'lib/oga/xpath/lexer.rb',
|
||||||
'lib/oga/xpath/parser.rb',
|
'lib/oga/xpath/parser.rb',
|
||||||
|
'lib/oga/css/lexer.rb',
|
||||||
|
'lib/oga/css/parser.rb',
|
||||||
'benchmark/fixtures/big.xml',
|
'benchmark/fixtures/big.xml',
|
||||||
'profile/samples/**/*.txt',
|
'profile/samples/**/*.txt',
|
||||||
'lib/liboga.*',
|
'lib/liboga.*',
|
||||||
|
|
Loading…
Reference in New Issue