Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
don't ignore every 'lib' folder, just the one at the root of the venv
Browse files Browse the repository at this point in the history
  • Loading branch information
rafrombrc committed Apr 11, 2011
1 parent 6bcb709 commit 4f7d762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -2,6 +2,7 @@
*.egg-info
*~
.coverage
/lib
coverage.xml
nosetests.xml
bin
Expand All @@ -10,7 +11,6 @@ deps
dist
htmlcov
include
lib
web/current
data
env
Expand Down

0 comments on commit 4f7d762

Please sign in to comment.