diff --git a/.gitignore b/.gitignore index 50a5b78..95fdd88 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,3 @@ cache/ log/ -.vim/bundle/VimCompletesMe/ -.vim/bundle/ctrlp.vim/ -.vim/bundle/indentLine/ -.vim/bundle/vim-airline-themes/ -.vim/bundle/vim-airline/ -.vim/bundle/vim-colors-solarized/ -.vim/bundle/vim-sensible/ -.vim/undo -.vim/backups -.vim/swaps +.vim/bundle/** \ No newline at end of file diff --git a/.vim/backups/.gitignore b/.vim/backups/.gitignore new file mode 100644 index 0000000..c96a04f --- /dev/null +++ b/.vim/backups/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore \ No newline at end of file diff --git a/.vim/swaps/.gitignore b/.vim/swaps/.gitignore new file mode 100644 index 0000000..c96a04f --- /dev/null +++ b/.vim/swaps/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore \ No newline at end of file diff --git a/.vim/undo/.gitignore b/.vim/undo/.gitignore new file mode 100644 index 0000000..c96a04f --- /dev/null +++ b/.vim/undo/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore \ No newline at end of file