don't ignore every 'lib' folder, just the one at the root of the venv

This commit is contained in:
Rob Miller 2011-04-11 11:41:43 -07:00
Родитель 6bcb7094c0
Коммит 4f7d762de2
1 изменённых файлов: 1 добавлений и 1 удалений

2
.gitignore поставляемый
Просмотреть файл

@ -2,6 +2,7 @@
*.egg-info
*~
.coverage
/lib
coverage.xml
nosetests.xml
bin
@ -10,7 +11,6 @@ deps
dist
htmlcov
include
lib
web/current
data
env