From 4e30699aa7fb14f7bb24b15e3fc30fbd22bfa733 Mon Sep 17 00:00:00 2001 From: Stephen Michel Date: Tue, 30 Nov 2021 09:44:24 -0500 Subject: [PATCH] Exclude lib64 from git whether folder or symlink Sometimes lib64 is a symlink to lib/; the previous `lib64/' entry didn't catch this. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 370776197..dc193ff2c 100644 --- a/.gitignore +++ b/.gitignore @@ -29,7 +29,7 @@ downloads/ eggs/ .eggs/ lib/ -lib64/ +lib64 parts/ sdist/ var/