From 987bd43d5b80b7c953c3cd3202094deb08ba81f2 Mon Sep 17 00:00:00 2001 From: Andrew Ring Date: Wed, 14 Dec 2022 16:56:44 -0600 Subject: [PATCH] Add ppm file to extensions PPM is portable pixmap format --- identify/extensions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/identify/extensions.py b/identify/extensions.py index e21b6ab..adc5333 100644 --- a/identify/extensions.py +++ b/identify/extensions.py @@ -163,6 +163,7 @@ 'png': {'binary', 'image', 'png'}, 'po': {'text', 'pofile'}, 'pp': {'text', 'puppet'}, + 'ppm': {'binary', 'image', 'ppm'}, 'prisma': {'text', 'prisma'}, 'properties': {'text', 'java-properties'}, 'proto': {'text', 'proto'},