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]
|
[core]
|
||||||
autocrlf = false
|
autocrlf = false
|
||||||
editor = subl -nw
|
editor = subl -nw
|
||||||
|
excludesfile = ~/.gitignore_global
|
||||||
[github]
|
[github]
|
||||||
user = meineerde
|
user = meineerde
|
||||||
[credential]
|
[credential]
|
||||||
|
|||||||
@ -41,4 +41,11 @@ dist
|
|||||||
setuptools-*
|
setuptools-*
|
||||||
.sass-cache
|
.sass-cache
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
.DS_Store?
|
||||||
|
._*
|
||||||
|
.Spotlight-V100
|
||||||
|
.Trashes
|
||||||
|
Icon?
|
||||||
|
ehthumbs.db
|
||||||
|
Thumbs.db
|
||||||
.rvmrc
|
.rvmrc
|
||||||
2
Rakefile
2
Rakefile
@ -20,7 +20,7 @@ namespace :install do
|
|||||||
end
|
end
|
||||||
|
|
||||||
files :irb, ".irbrc", ".config/irb/*.rb"
|
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/*"
|
files :bin, "bin/*"
|
||||||
|
|
||||||
desc "Update all submodules"
|
desc "Update all submodules"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user