1
0
mirror of https://github.com/meineerde/dotfiles.git synced 2025-10-17 19:41:01 +00:00

Actually use .gitignore_global

This commit is contained in:
Holger Just 2013-04-15 17:55:53 +02:00
parent a2f6858411
commit eaa5023980
3 changed files with 9 additions and 1 deletions

View File

@ -26,6 +26,7 @@
[core]
autocrlf = false
editor = subl -nw
excludesfile = ~/.gitignore_global
[github]
user = meineerde
[credential]

View File

@ -41,4 +41,11 @@ dist
setuptools-*
.sass-cache
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Icon?
ehthumbs.db
Thumbs.db
.rvmrc

View File

@ -20,7 +20,7 @@ namespace :install do
end
files :irb, ".irbrc", ".config/irb/*.rb"
files :dot, *%w(.bash_profile .bashrc .gemrc .global_gitignore .gitconfig .ackrc .rvmrc)
files :dot, *%w(.bash_profile .bashrc .gemrc .gitignore_global .gitconfig .ackrc .rvmrc)
files :bin, "bin/*"
desc "Update all submodules"