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:
parent
a2f6858411
commit
eaa5023980
@ -26,6 +26,7 @@
|
||||
[core]
|
||||
autocrlf = false
|
||||
editor = subl -nw
|
||||
excludesfile = ~/.gitignore_global
|
||||
[github]
|
||||
user = meineerde
|
||||
[credential]
|
||||
|
||||
@ -41,4 +41,11 @@ dist
|
||||
setuptools-*
|
||||
.sass-cache
|
||||
.DS_Store
|
||||
.DS_Store?
|
||||
._*
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
Icon?
|
||||
ehthumbs.db
|
||||
Thumbs.db
|
||||
.rvmrc
|
||||
2
Rakefile
2
Rakefile
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user