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 c1518ce..abd4604 100755 --- a/update-svn-properties.py +++ b/update-svn-properties.py | |||
@@ -75,6 +75,7 @@ property_map = { | |||
75 | ".so" : binary, | 75 | ".so" : binary, |
76 | ".sql" : textfile, | 76 | ".sql" : textfile, |
77 | ".txt" : textfile, | 77 | ".txt" : textfile, |
78 | ".user" : textfile, | ||
78 | ".userprefs" : textfile, | 79 | ".userprefs" : textfile, |
79 | ".usertasks" : textfile, | 80 | ".usertasks" : textfile, |
80 | ".xml" : textfile, | 81 | ".xml" : textfile, |