summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorrsiddharth <rsiddharth@ninthfloor.org>2015-10-01 11:01:28 -0400
committerrsiddharth <rsiddharth@ninthfloor.org>2015-10-01 11:01:28 -0400
commitcfea2dbfa5f39a92e2336b053f83f1f86db23cbb (patch)
treea2fa74811393ad13c64ca162cde7101575dafee5 /.gitignore
parent947194a0d21fefd9660110f903deeb385dd1b537 (diff)
updated .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore11
1 files changed, 10 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index e645833..fe3b5d1 100644
--- 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