From 75f6f6e3ffeca74ca75f80685e243103fe97cf98 Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Tue, 4 Mar 2008 06:02:48 +0000 Subject: Update svn properties. Minor formatting cleanup. --- update-svn-properties.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'update-svn-properties.py') diff --git a/update-svn-properties.py b/update-svn-properties.py index abd4604..99523e7 100755 --- a/update-svn-properties.py +++ b/update-svn-properties.py @@ -42,6 +42,7 @@ def binary_or_text(file): property_map = { ".bat" : script, + ".cgi" : textfile, ".config" : textfile, ".cs" : textfile, ".csproj" : textfile, @@ -64,6 +65,7 @@ property_map = { ".php" : script, ".pidb" : binary, ".pl" : script, + ".pm" : textfile, ".png" : binary, ".py" : script, ".rb" : script, -- cgit v1.1