.gitignore symlinks to lib64 (#1162)

Signed-off-by: Alexander Veit <alexander.veit@gmx.net>
Co-authored-by: Shyamal H Anadkat <shyamal@openai.com>
pull/1147/head^2
Alexander Veit 2 months ago committed by GitHub
parent 7973210d7a
commit 94fb71e171
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

4
.gitignore vendored

@ -15,7 +15,7 @@ downloads/
eggs/ eggs/
.eggs/ .eggs/
lib/ lib/
lib64/ lib64
parts/ parts/
sdist/ sdist/
var/ var/
@ -139,4 +139,4 @@ tmp_*
examples/fine-tuned_qa/local_cache/* examples/fine-tuned_qa/local_cache/*
# PyCharm files # PyCharm files
.idea/ .idea/

Loading…
Cancel
Save