commit cfea2dbfa5f39a92e2336b053f83f1f86db23cbb parent 947194a0d21fefd9660110f903deeb385dd1b537 Author: rsiddharth <rsiddharth@ninthfloor.org> Date: Thu, 1 Oct 2015 11:01:28 -0400 updated .gitignore Diffstat:
.gitignore | | | 13 | +++++++++++-- |
1 file changed, 11 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore @@ -1,2 +1,11 @@ *~ -*.pyc- \ No newline at end of file +*.pyc + +# virtualenv +bin/ +build/ +dist/ +include/ +lib/ +local/ +*.egg-info/+ \ No newline at end of file