From d83d8bd25c59c05a601977188a0fa9341f73e725 Mon Sep 17 00:00:00 2001 From: steveokard Date: Tue, 10 Oct 2017 16:05:20 -0400 Subject: [PATCH] reduced gitignore files --- .gitignore | 11 +---------- .vim/backups/.gitignore | 2 ++ .vim/swaps/.gitignore | 2 ++ .vim/undo/.gitignore | 2 ++ 4 files changed, 7 insertions(+), 10 deletions(-) create mode 100644 .vim/backups/.gitignore create mode 100644 .vim/swaps/.gitignore create mode 100644 .vim/undo/.gitignore 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