diff options
author | Michael Forney <mforney@mforney.org> | 2021-02-08 21:09:17 -0800 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2021-02-08 21:09:17 -0800 |
commit | ac5a8ea1e270bc8ffc2e9ea183e1de712aa4c64e (patch) | |
tree | 126c1faca4c5c834a92028e6ac766bca03eb3337 | |
parent | 29fbba7b6d967bedc646a84877bb617f04d14c43 (diff) | |
download | plan9front-ac5a8ea1e270bc8ffc2e9ea183e1de712aa4c64e.tar.xz |
[9front] mimetype: add entry for .patch extension
This way, upas/vf won't flag .patch files as suspicious by default.
-rw-r--r-- | sys/lib/mimetype | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/lib/mimetype b/sys/lib/mimetype index e10298fc4..4e70fa20c 100644 --- a/sys/lib/mimetype +++ b/sys/lib/mimetype @@ -91,6 +91,7 @@ .p text plain - y # Pascal program .p7m application x-pkcs7-mime - y # SMIME .p7s application x-pkcs7-signature - y # SMIME +.patch text plain - y .pbm image x-portable-bitmap - y .pdf application pdf - y # Adobe Portable Document Format .pif application octet-stream - r # DOS executable |