From 6f584f3419b0a331b601b930693b6ec3bdcc1a21 Mon Sep 17 00:00:00 2001 From: Martin Marcher Date: Sat, 7 May 2011 20:51:41 +0200 Subject: [PATCH] fix submodule usage when using pathogen and git submodules this keeps git status from complaining about untracked content --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0a56e3f --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/doc/tags