From 54eff59402215d07eb6412a3e1803d114062a970 Mon Sep 17 00:00:00 2001 From: Vincent Philippon Date: Wed, 17 Sep 2014 13:44:58 -0400 Subject: [PATCH] Exclude auto generated vim doc tags. A little addition to the .gitignore to exclude the auto generated vim doc tags. --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index 5ebd21a..e9b9a75 100644 --- a/.gitignore +++ b/.gitignore @@ -161,3 +161,11 @@ pip-log.txt # Mac crap .DS_Store + + +############# +## Vim +############# + +# Exclude auto generated vim doc tags. +doc/tags