manjobi Wiki
Brought to you by:
adobeadmin,
alexmohr
While running manjobi it will ask you about extensions it doesn't yet recognize. You can create regular expressions here to filter in/out text field types. These expressions will be stored to the database. Here are some examples:
big_file: /(m|M)shtml(c)?\.(h|idl)$ binary_file: /[^/]+\.app/.+$ text_file: /unicodeFFFE\.BOM\.txt$
(need to document extension_types, there are 3 types, no extension, blank extension, and regular extension)
Anonymous