moved gitconfig and ignore to git directory. symlinks created but will be removed at some point.

This commit is contained in:
Kyle West
2012-01-24 22:43:08 -05:00
parent fc2d9b6d64
commit e2b68c4a4e
4 changed files with 146 additions and 144 deletions

32
git/gitignore Normal file
View File

@@ -0,0 +1,32 @@
# OSX taken from: https://github.com/github/gitignore/blob/master/Global/OSX.gitignore
# ----------------------------------------------------------------------------------------------
.DS_Store
# Thumbnails
._*
# Files that might appear on external disk
.Spotlight-V100
.Trashes
# Windows taken from: https://github.com/github/gitignore/blob/master/Global/Windows.gitignore
# ----------------------------------------------------------------------------------------------
# Windows image file caches
Thumbs.db
# Folder config file
Desktop.ini
# Tags taken from: https://github.com/github/gitignore/blob/master/Global/Tags.gitignore
# ----------------------------------------------------------------------------------------------
# Ignore tags created by etags and ctags
TAGS
tags
# Vim taken from: https://github.com/github/gitignore/blob/master/Global/vim.gitignore
# ----------------------------------------------------------------------------------------------
.*.sw[a-z]
*.un~
Session.vim
# SASS
# ----------------------------------------------------------------------------------------------
.sass-cache