Browse Source

add build and dist directories to gitignore

oz123 11 years ago
parent
commit
7b619ef880
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .gitignore

+ 2 - 0
.gitignore

@@ -1 +1,3 @@
 *.pyc
+build/*
+dist/*