From ef30c20c778ea80e03cc9799e0da939a35936850 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Wed, 30 Apr 2014 21:03:29 -0400 Subject: Add backup directories * Add backup directories using .gitkeep files * .gitignore: - ignore files in the three backup directories - ensure that .gitkeep files are not ignored --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 4575364..fefcc04 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,13 @@ .VimballRecord .netrwhist +# Swap & backup file storage local to ~/.vim +/backup/backup/** +/backup/swap/** +/backup/undo/** + # Custom /projects/ + +# Defaults +!.gitkeep -- cgit v1.2.3