Adding global gitignore
This commit is contained in:
parent
e85c845d90
commit
809926ced5
3 changed files with 3 additions and 6 deletions
|
|
@ -10,3 +10,5 @@
|
||||||
[difftool "vimdiff"]
|
[difftool "vimdiff"]
|
||||||
cmd = mvimdiff
|
cmd = mvimdiff
|
||||||
path = /Users/hunner/local/bin/mvimdiff
|
path = /Users/hunner/local/bin/mvimdiff
|
||||||
|
[core]
|
||||||
|
excludesfile = /Users/hunner/.gitignore_global
|
||||||
|
|
|
||||||
1
.gitignore_global
Normal file
1
.gitignore_global
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
*.swp
|
||||||
6
.gitmodules
vendored
6
.gitmodules
vendored
|
|
@ -1,6 +0,0 @@
|
||||||
[submodule ".vim/bundle/Gundo"]
|
|
||||||
path = .vim/bundle/Gundo
|
|
||||||
url = https://github.com/vim-scripts/Gundo.git
|
|
||||||
[submodule ".vim/bundle/ShowMarks"]
|
|
||||||
path = .vim/bundle/ShowMarks
|
|
||||||
url = https://github.com/vim-scripts/ShowMarks.git
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue