38fae60b8b
- the `src` folder is now `libmat2` - the `main.py` script is now `mat2.py`
7 lines
303 B
Python
7 lines
303 B
Python
#!/bin/env python3
|
|
|
|
# A set of extension that aren't supported, despite matching a supported mimetype
|
|
unsupported_extensions = set(['bat', 'c', 'h', 'ksh', 'pl', 'txt', 'asc',
|
|
'text', 'pot', 'brf', 'srt', 'rdf', 'wsdl',
|
|
'xpdl', 'xsl', 'xsd'])
|