Perhaps ross can expand and provide and example but I think you need to add it to this line:
RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.xml|\.feed|robots\.txt|\.raw|/[^.]*)$ [NC]
so perhaps it looks like this:
RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.rar|\.xml|\.feed|robots\.txt|\.raw|/[^.]*)$ [NC]