From 237d2159faac7dadb0232e35f7016588db568808 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Fri, 17 Jul 2015 13:57:23 -0400 Subject: Restructuring and setuptools integration --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index d8a6d24..77f4530 100755 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,9 @@ *.pyc *.DS_Store *pycache* -test/output +*.egg-info +dist/ +build/ +RELEASE-VERSION +cbc/tests/output +cbc/tests/data/output -- cgit