aboutsummaryrefslogtreecommitdiff
path: root/subversion/config
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-06-10 14:19:16 +1200
committerTom Ryder <tom@sanctum.geek.nz>2015-06-10 14:19:16 +1200
commit18e264cccc98a5fb8b31b9d4da0f168d446cbf05 (patch)
treed65222e653de144b853d3d884b0dddad76df6ba0 /subversion/config
parentSome new sh/bash detection rules (diff)
downloaddotfiles-18e264cccc98a5fb8b31b9d4da0f168d446cbf05.tar.gz
dotfiles-18e264cccc98a5fb8b31b9d4da0f168d446cbf05.zip
A start on a Subversion configuration
Diffstat (limited to 'subversion/config')
-rw-r--r--subversion/config12
1 files changed, 12 insertions, 0 deletions
diff --git a/subversion/config b/subversion/config
new file mode 100644
index 00000000..ca6fbb7d
--- /dev/null
+++ b/subversion/config
@@ -0,0 +1,12 @@
+[auth]
+store-auth-creds = no
+store-passwords = no
+
+[miscellany]
+enable-auto-props = yes
+global-ignores = *.o *.lo *.la *.al .libs *.so *.so.[0-9]* *.a *.pyc *.pyo *.rej *~ .#* .*.swp .DS_Store
+
+[auto-props]
+*.jpg = svn:mime-type=image/jpeg
+*.png = svn:mime-type=image/png
+