view rc/gitconfig @ 456:e0f9a54b9dce

Add global gitignore.
author Edho Arief <edho@myconan.net>
date Mon, 18 Feb 2013 12:21:20 +0900
parents 2f5580798bbb
children 4322b0a8a695
line wrap: on
line source

[user]
	email = edho@myconan.net
	name = Edho Arief
[alias]
	ci = commit
	co = checkout
	st = status
[push]
	default = current
[color]
	ui = true
[core]
	excludesfile = ~/.gitignore_global