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