Adding global gitignore

This commit is contained in:
Hunter Haugen 2012-05-09 09:52:41 +02:00
parent e85c845d90
commit 809926ced5
3 changed files with 3 additions and 6 deletions

View file

@ -10,3 +10,5 @@
[difftool "vimdiff"]
cmd = mvimdiff
path = /Users/hunner/local/bin/mvimdiff
[core]
excludesfile = /Users/hunner/.gitignore_global

1
.gitignore_global Normal file
View file

@ -0,0 +1 @@
*.swp

6
.gitmodules vendored
View file

@ -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