Adding file types to Wordpress to prevent "File type does not meet security guidelines. Try another."

Wordpress disallows uploading files with random extensions/mime-types for security reasons. To add your custom type, edit get_allowed_mime_types(); in your custom Wordpress installation's file wp-includes/functions.php.