diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-17 13:57:23 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-17 13:57:23 -0400 |
commit | 237d2159faac7dadb0232e35f7016588db568808 (patch) | |
tree | 19482c130efee570b7e985121dbf372b6965db50 /.gitignore | |
parent | 16a6d3d6c9495d3a67d74835f1d25329418ba832 (diff) | |
download | cbc-237d2159faac7dadb0232e35f7016588db568808.tar.gz |
Restructuring and setuptools integration1.0
Diffstat (limited to '.gitignore')
-rwxr-xr-x | .gitignore | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -2,4 +2,9 @@ *.pyc *.DS_Store *pycache* -test/output +*.egg-info +dist/ +build/ +RELEASE-VERSION +cbc/tests/output +cbc/tests/data/output |