343cbc
; The blacklist file is a text file that holds the names of files
343cbc
; that should not be accelerated. The file format is to add each filename
343cbc
; to a new line. The filename may be a full path or just a file prefix
343cbc
; (i.e., /var/www/x  blacklists all the files and directories in /var/www
343cbc
; that start with 'x'). Line starting with a ; are ignored (comments).
343cbc
; Files are usually triggered by one of the following three reasons:
343cbc
; 1) Directories that contain auto generated code, like Smarty or ZFW cache.
343cbc
; 2) Code that does not work well when accelerated, due to some delayed
343cbc
;    compile time evaluation.
343cbc
; 3) Code that triggers an OPcache bug.
343cbc