diff options
Diffstat (limited to 'dot')
-rw-r--r-- | dot/gitconfig | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/dot/gitconfig b/dot/gitconfig deleted file mode 100644 index 6d9e2ed..0000000 --- a/dot/gitconfig +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
1 | [user] | ||
2 | email = d@jerkface.net | ||
3 | name = Andrew Cady | ||
4 | [sendemail] | ||
5 | from = Andrew Cady <d@jerkface.net> | ||
6 | smtpencryption = tls | ||
7 | smtpserver = smtp.gmail.com | ||
8 | smtpuser = andrew.cady@gmail.com | ||
9 | smtpserverport = 587 | ||
10 | suppressfrom = yes | ||
11 | [credential] | ||
12 | helper = cache | ||
13 | [core] | ||
14 | excludesfile = /home/d/.config/git/ignore | ||