diff options
author | Robin Obůrka <robin.oburka@nic.cz> | 2015-03-20 09:33:23 +0100 |
---|---|---|
committer | Robin Obůrka <robin.oburka@nic.cz> | 2015-03-20 09:33:23 +0100 |
commit | 69e4ab95d8ccc635ba30fbf8093a5184fdcaae75 (patch) | |
tree | c184846e0530ca7b2eda5c67ab6aa508cbb38fbc /.gitignore | |
parent | Add pathogen toolchain (diff) | |
download | vim_sync-69e4ab95d8ccc635ba30fbf8093a5184fdcaae75.tar.xz |
Ignore linked plugins from plugin-available
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9a5f99d --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +## Ignore linked plugins from plugin-available +.vim/plugin/* |