From 809926ced5f3b887ff3be28c0521a6e96d44be87 Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Wed, 9 May 2012 09:52:41 +0200 Subject: [PATCH] Adding global gitignore --- .gitconfig | 2 ++ .gitignore_global | 1 + .gitmodules | 6 ------ 3 files changed, 3 insertions(+), 6 deletions(-) create mode 100644 .gitignore_global delete mode 100644 .gitmodules diff --git a/.gitconfig b/.gitconfig index 252b1e3..6b10d39 100644 --- a/.gitconfig +++ b/.gitconfig @@ -10,3 +10,5 @@ [difftool "vimdiff"] cmd = mvimdiff path = /Users/hunner/local/bin/mvimdiff +[core] + excludesfile = /Users/hunner/.gitignore_global diff --git a/.gitignore_global b/.gitignore_global new file mode 100644 index 0000000..1377554 --- /dev/null +++ b/.gitignore_global @@ -0,0 +1 @@ +*.swp diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 7a00288..0000000 --- a/.gitmodules +++ /dev/null @@ -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