Browse Source

Ignore *.egg directories created for dependency packages when using 'python setup.py develop'.

Vincent Driessen 15 năm trước cách đây
mục cha
commit
9f17ad6633
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      .gitignore

+ 1 - 0
.gitignore

@@ -4,6 +4,7 @@
 .*.sw[po]
 dist/
 *.egg-info
+*.egg/
 doc/__build/*
 build/
 .build/