From 3cba0b8613b2fd56eb2c78b6f94c26ac26704bd0 Mon Sep 17 00:00:00 2001 From: Chirayu Desai Date: Mon, 4 Mar 2013 21:09:45 +0530 Subject: [PATCH] Add `repoc` to the .gitignore file This is currently the only generated file not present in the .gitignore Apparently it comes from the usage of the "imp" module in main.py Change-Id: I685dc252d0c822818434a8e5f493f77b63a66f03 Signed-off-by: Chirayu Desai --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index cef6b78f..59d7b62f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *.pyc .repopickle_* +/repoc