From 76e366782fc5cf88c14a8feb34874afa50a3c214 Mon Sep 17 00:00:00 2001 From: Raphael McSinyx Date: Fri, 14 Oct 2016 09:54:47 +0700 Subject: Update Vim configs to fit 8.0 update --- vim/.cache/vim/backup/.gitignore | 4 ++++ vim/.cache/vim/swap/.gitignore | 4 ++++ vim/.cache/vim/undo/.gitignore | 4 ++++ 3 files changed, 12 insertions(+) create mode 100644 vim/.cache/vim/backup/.gitignore create mode 100644 vim/.cache/vim/swap/.gitignore create mode 100644 vim/.cache/vim/undo/.gitignore (limited to 'vim/.cache') diff --git a/vim/.cache/vim/backup/.gitignore b/vim/.cache/vim/backup/.gitignore new file mode 100644 index 0000000..5e7d273 --- /dev/null +++ b/vim/.cache/vim/backup/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore diff --git a/vim/.cache/vim/swap/.gitignore b/vim/.cache/vim/swap/.gitignore new file mode 100644 index 0000000..5e7d273 --- /dev/null +++ b/vim/.cache/vim/swap/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore diff --git a/vim/.cache/vim/undo/.gitignore b/vim/.cache/vim/undo/.gitignore new file mode 100644 index 0000000..5e7d273 --- /dev/null +++ b/vim/.cache/vim/undo/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore -- cgit 1.4.1