Ignore ENV32, virtualenv for 32-bit python on 64-bit windows

This commit is contained in:
David Vierra 2013-01-01 12:19:24 -10:00
parent e1f267472d
commit c1930c572f

4
.gitignore vendored
View File

@ -11,8 +11,9 @@ dist
build build
*.egg-info *.egg-info
# The "standard" virtualenv directory. # Virtualenv directories
ENV ENV
ENV32
#profiling/outputs #profiling/outputs
mcedit.ini mcedit.ini
@ -24,3 +25,4 @@ RELEASE-VERSION
.DS_Store .DS_Store
.idea .idea