git config

This commit is contained in:
Kenneth Reitz
2011-04-02 11:34:58 -04:00
commit daf5db3182
2 changed files with 88 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
[user]
email = me@kennethreitz.com
name = Kenneth Reitz
[github]
user = kennethreitz
token = xxxxxxxxxxxxxxxxxxx
[core]
excludesfile = /Users/kreitz/.global_ignore
quotepath = false
[alias]
update = !gx-update
[difftool "Kaleidoscope"]
cmd = ksdiff-wrapper git \"$LOCAL\" \"$REMOTE\"
[difftool]
prompt = false
[diff]
tool = Kaleidoscope
+71
View File
@@ -0,0 +1,71 @@
*.py[co]
# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
develop-eggs
.installed.cfg
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
#django
*.log
*.pot
local_settings.py
#osx
.DS_Store?
Icon?
.DS_Store
# Thumbnails
._*
# Files that might appear on external disk
.Spotlight-V100
.Trashes
#vim
*.swp
*.swo
#tm
*.tmproj
*.tmproject
tmtags
#eclipse
*.pydevproject
.project
.metadata
bin/**
tmp/**
tmp/**/*
*.tmp
*.bak
*.swp
*~.nib
local.properties
.classpath
.settings/
.loadpath
# CDT-specific
.cproject
# Ignore tags created by etags and ctags
TAGS
tags