From 5e851289e9ebd430071b7c7997f7a73c9d4e97a6 Mon Sep 17 00:00:00 2001 From: Yan Pritzker Date: Tue, 22 Nov 2011 13:25:46 -0600 Subject: [PATCH] Cleanup paths, remove personal info --- gitconfig | 7 +------ gitignore_global | 1 + 2 files changed, 2 insertions(+), 6 deletions(-) create mode 100644 gitignore_global diff --git a/gitconfig b/gitconfig index 2f1c5d13..feb30ced 100644 --- a/gitconfig +++ b/gitconfig @@ -1,8 +1,3 @@ -[github] - user = skwp -[user] - name = yan - email = yan@pritzker.ws [color] ui = true [color "branch"] @@ -85,7 +80,7 @@ [core] autocrlf = false editor = /usr/bin/vim - excludesfile = /Users/yan/.gitignore_global + excludesfile = ~/.dotfiles/gitignore_global [merge] tool = threesome diff --git a/gitignore_global b/gitignore_global new file mode 100644 index 00000000..e43b0f98 --- /dev/null +++ b/gitignore_global @@ -0,0 +1 @@ +.DS_Store