aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/update-svn-properties.py
diff options
context:
space:
mode:
Diffstat (limited to 'update-svn-properties.py')
-rwxr-xr-xupdate-svn-properties.py2
1 files changed, 2 insertions, 0 deletions
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):
42 42
43property_map = { 43property_map = {
44 ".bat" : script, 44 ".bat" : script,
45 ".cgi" : textfile,
45 ".config" : textfile, 46 ".config" : textfile,
46 ".cs" : textfile, 47 ".cs" : textfile,
47 ".csproj" : textfile, 48 ".csproj" : textfile,
@@ -64,6 +65,7 @@ property_map = {
64 ".php" : script, 65 ".php" : script,
65 ".pidb" : binary, 66 ".pidb" : binary,
66 ".pl" : script, 67 ".pl" : script,
68 ".pm" : textfile,
67 ".png" : binary, 69 ".png" : binary,
68 ".py" : script, 70 ".py" : script,
69 ".rb" : script, 71 ".rb" : script,