add git config

This commit is contained in:
Simon Bruder 2018-03-18 07:48:03 +00:00
parent eb008ceeec
commit d0b33e62d2
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F
2 changed files with 9 additions and 0 deletions

8
home/.gitconfig Normal file
View file

@ -0,0 +1,8 @@
[user]
name = Simon Bruder
email = simon@sbruder.de
signingkey = 51276B7B829AF24674F2AA716F03E0000CC5B62F
[commit]
gpgsign = true
[core]
excludesfile = ~/.gitignore

1
home/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
*.swp