From f04171ba2c45c77b6d4dcee6eece742cd44169f2 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Sat, 11 Feb 2017 18:26:10 +0100 Subject: [PATCH] Ignore vim undo and swapfiles and every plugin except vundle --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2e9a05a --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +editors/vim/swapfiles/* +editors/vim/undofiles/* + +editors/vim/bundle/* +!editors/vim/bundle/Vundle.vim