ソースを参照

add build and dist directories to gitignore

oz123 11 年 前
コミット
7b619ef880
1 ファイル変更2 行追加0 行削除
  1. 2 0
      .gitignore

+ 2 - 0
.gitignore

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