Previous code looked for "text+x" type from 'p4 fstat' output. This was
insufficient, because files may have types like "text+Fx" or "text+wx".
Based on the information at
https://www.perforce.com/perforce/r16.2/manuals/cmdref/file.types.html,
the executable bit is now properly handled in all cases.
The unnecessary regexp matching for the +k (keyword) file attribute is now
removed as well.