.gitignore symlinks to lib64 (#1162)
Signed-off-by: Alexander Veit <alexander.veit@gmx.net> Co-authored-by: Shyamal H Anadkat <shyamal@openai.com>
This commit is contained in:
parent
7973210d7a
commit
94fb71e171
1 changed files with 2 additions and 2 deletions
4
.gitignore
vendored
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…
Reference in a new issue