Exclude lib64 from git whether folder or symlink

Sometimes lib64 is a symlink to lib/; the previous `lib64/' entry didn't
catch this.
This commit is contained in:
Stephen Michel 2021-11-30 09:44:24 -05:00
parent 3c7853712f
commit 4e30699aa7

2
.gitignore vendored
View file

@ -29,7 +29,7 @@ downloads/
eggs/
.eggs/
lib/
lib64/
lib64
parts/
sdist/
var/