Add 'lib64' to .gitignore which might be created by 'virtualenv'.

On 64bit systems, 'lib64' might be created as a symlink to './lib'.
This commit is contained in:
Elias Probst 2014-11-18 16:58:45 +01:00
parent 447d69661d
commit a39dfb98a2

1
.gitignore vendored
View file

@ -19,6 +19,7 @@ MANIFEST
bin/
include/
lib/
lib64
pip/
share/
tests/integration/tmp/