changeset 223:ce34e4e8f357

add .gitconfig, oh the irony
author Jeff Hammel <jhammel@mozilla.com>
date Mon, 14 May 2012 13:52:50 -0700
parents d963d5a7e543
children 57677a2bf772
files .gitconfig
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.gitconfig	Mon May 14 13:52:50 2012 -0700
@@ -0,0 +1,7 @@
+[core]
+	excludesfile = /home/jhammel/.gitignore
+[user]
+	name = Jeff Hammel
+	email = jhammel@mozilla.com
+[alias]
+        st = status
\ No newline at end of file