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 <cdesai@cyanogenmod.org>
This commit is contained in:
Chirayu Desai 2013-03-04 21:09:45 +05:30 committed by David Pursehouse
parent a27852d0e7
commit 3cba0b8613

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
*.pyc
.repopickle_*
/repoc