mirror of
https://github.com/kennethreitz-archive/dotfiles.git
synced 2026-06-05 23:40:16 +00:00
git config
This commit is contained in:
+17
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user