From 94fb71e171c6ef8faad29f76a9bd4b565a6f3f6c Mon Sep 17 00:00:00 2001 From: Alexander Veit Date: Sun, 28 Apr 2024 09:42:07 +0200 Subject: [PATCH] .gitignore symlinks to lib64 (#1162) Signed-off-by: Alexander Veit Co-authored-by: Shyamal H Anadkat --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0f2a458..62c3403 100644 --- a/.gitignore +++ b/.gitignore @@ -15,7 +15,7 @@ downloads/ eggs/ .eggs/ lib/ -lib64/ +lib64 parts/ sdist/ var/ @@ -139,4 +139,4 @@ tmp_* examples/fine-tuned_qa/local_cache/* # PyCharm files -.idea/ \ No newline at end of file +.idea/