From 1429371379e3b66895d655c91b883078531408e4 Mon Sep 17 00:00:00 2001 From: Alexander Karle Date: Mon, 1 Oct 2018 00:05:23 -0400 Subject: [PATCH] vim: Add .gitignore --- vim/.gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 vim/.gitignore diff --git a/vim/.gitignore b/vim/.gitignore new file mode 100644 index 0000000..9edef9a --- /dev/null +++ b/vim/.gitignore @@ -0,0 +1,5 @@ +# Ignore all but syntax/ftplugin subdirectories +# Stuff like swp/ and undo/ really shouldn't be tracked +*/* +!syntax/* +!ftplugin/* -- libgit2 0.28.4