diff options
Diffstat (limited to 'update-svn-properties.py')
-rwxr-xr-x | update-svn-properties.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/update-svn-properties.py b/update-svn-properties.py index eaf8e9b..c1518ce 100755 --- a/update-svn-properties.py +++ b/update-svn-properties.py | |||
@@ -60,6 +60,7 @@ property_map = { | |||
60 | ".mdp" : textfile, | 60 | ".mdp" : textfile, |
61 | ".mds" : textfile, | 61 | ".mds" : textfile, |
62 | ".nsi" : textfile, | 62 | ".nsi" : textfile, |
63 | ".pdb" : binary, | ||
63 | ".php" : script, | 64 | ".php" : script, |
64 | ".pidb" : binary, | 65 | ".pidb" : binary, |
65 | ".pl" : script, | 66 | ".pl" : script, |