Clean generated CSS lexer/parser files.

This commit is contained in:
Yorick Peterse 2014-10-21 23:21:23 +02:00
parent 851e7d6d0b
commit 823f2f1bad
1 changed files with 2 additions and 0 deletions

View File

@ -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.*',