From daf322a46e644a401fdf74970afb25b52da24c25 Mon Sep 17 00:00:00 2001
From: Leonardo Caballero <lcaballero@vizormobil.com>
Date: Wed, 16 Mar 2016 20:51:51 -0430
Subject: [PATCH] Updated .gitignore file

---
 .gitignore | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 49d1e8e..b4fa2e5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,9 +1,11 @@
 *~
+*.egg-info
+*.EGG-INFO
 *.log
 *.pot
 *.pyc
 *.pyo
+build/
+dist/
 helloworld.db
 local_settings.py
-*.egg-info
-*.EGG-INFO
-- 
GitLab