Browse Source

Ignore everything in vim/tmp

Andrew Swistak 11 năm trước cách đây
mục cha
commit
d9aaec03bd
2 tập tin đã thay đổi với 13 bổ sung15 xóa
  1. 1 3
      .gitignore
  2. 12 12
      .gitmodules

+ 1 - 3
.gitignore

@@ -2,6 +2,4 @@
 vim/autoload
 vim/view
 vim/.netrwhist
-vim/tmp/backup/*
-vim/tmp/swap/*
-vim/tmp/undo/*
+vim/tmp/*

+ 12 - 12
.gitmodules

@@ -83,26 +83,26 @@
   url = https://github.com/kchmck/vim-coffee-script.git
   ignore = dirty
 [submodule "vim/bundle/ack.vim"]
-	path = vim/bundle/ack.vim
-	url = https://github.com/mileszs/ack.vim.git
+  path = vim/bundle/ack.vim
+  url = https://github.com/mileszs/ack.vim.git
   ignore = dirty
 [submodule "vim/bundle/vim-bundler"]
-	path = vim/bundle/vim-bundler
-	url = https://github.com/tpope/vim-bundler.git
+  path = vim/bundle/vim-bundler
+  url = https://github.com/tpope/vim-bundler.git
   ignore = dirty
 [submodule "vim/bundle/vim-cucumber"]
-	path = vim/bundle/vim-cucumber
-	url = https://github.com/tpope/vim-cucumber.git
+  path = vim/bundle/vim-cucumber
+  url = https://github.com/tpope/vim-cucumber.git
   ignore = dirty
 [submodule "vim/bundle/dbext.vim"]
-	path = vim/bundle/dbext.vim
-	url = https://github.com/vim-scripts/dbext.vim.git
+  path = vim/bundle/dbext.vim
+  url = https://github.com/vim-scripts/dbext.vim.git
   ignore = dirty
 [submodule "vim/bundle/tabular"]
-	path = vim/bundle/tabular
-	url = https://github.com/godlygeek/tabular.git
+  path = vim/bundle/tabular
+  url = https://github.com/godlygeek/tabular.git
   ignore = dirty
 [submodule "vim/bundle/vim-rspec"]
-	path = vim/bundle/vim-rspec
-	url = https://github.com/thoughtbot/vim-rspec.git
+  path = vim/bundle/vim-rspec
+  url = https://github.com/thoughtbot/vim-rspec.git
   ignore = dirty