From 7bbc2e10d71158bd0fc414c1189ae2fedf2ed831 Mon Sep 17 00:00:00 2001 From: Lucas Kanashiro Date: Tue, 13 Jan 2015 08:14:27 -0500 Subject: [PATCH] Ignore dist directory in gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 2c8065a..811862d 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,5 @@ project_cfg.py ext/ *.egg-info/ + +dist/ -- libgit2 0.21.2