From 116982ea89e85c046fbc3a48b8829e3c4d4a5c1a Mon Sep 17 00:00:00 2001 From: Masood Malekghassemi Date: Fri, 11 Dec 2015 15:53:38 -0800 Subject: Include core in Python distribution --- .gitignore | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index f059eca239..471649d7a0 100644 --- a/.gitignore +++ b/.gitignore @@ -4,8 +4,13 @@ gens libs objs -# Python virtual environments -python*_virtual_environment +# Python items +.coverage* +.eggs +.tox +htmlcov/ +dist/ +*.egg # gcov coverage data reports -- cgit v1.2.3