gitignore: Ignore more boring things.
[profile] / gitconfig
index c1a4d4d..474becc 100644 (file)
--- a/gitconfig
+++ b/gitconfig
@@ -1,10 +1,11 @@
 [core]
        filemode = true
+       excludesfile = @gitignore@
 
 [user]
        name = Mark Wooding
        email = mdw@distorted.org.uk
-       signingkey = 0x838424481371BE1B22ECB4C545510A46481334C2
+       signingkey = @releasekey@
 
 [merge]
        summary = true
@@ -27,8 +28,8 @@
 [color "diff"]
        plain = normal
        meta = bold
-       new = bold green
-       old = bold red
+       new = green
+       old = red
        commit = bold yellow
        whitespace = reverse red