From 54568430489e4b23f9d1df0d5db099099c476af5 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Sat, 15 Oct 2011 17:44:22 -0500 Subject: [PATCH] Now that we're encouraging in-package virtualenv use, we should update .gitignore. Done! ;) --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 5f16bd74..9e8d958a 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,8 @@ bin/ develop-eggs/ build/ eggs/ +lib/ +include/ parts/ .installed.cfg mediagoblin.egg-info -- 2.25.1