diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2015-06-10 14:19:16 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2015-06-10 14:19:16 +1200 |
commit | 18e264cccc98a5fb8b31b9d4da0f168d446cbf05 (patch) | |
tree | d65222e653de144b853d3d884b0dddad76df6ba0 /subversion | |
parent | Some new sh/bash detection rules (diff) | |
download | dotfiles-18e264cccc98a5fb8b31b9d4da0f168d446cbf05.tar.gz dotfiles-18e264cccc98a5fb8b31b9d4da0f168d446cbf05.zip |
A start on a Subversion configuration
Diffstat (limited to 'subversion')
-rw-r--r-- | subversion/config | 12 |
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 + |