[+] add archlinux deps/whl with pr34 wheel, update gitignore/gitattributes

1. add meson/**/pyproject.toml to .gitignore;
  2. add !meson/**/deps/whl/** exception to .gitignore;
  3. add meson/**/deps/whl/** lfs tracking to .gitattributes;
  4. commit archlinux deps/whl/online_fxreader_pr34-0.1.5.66 via lfs;
This commit is contained in:
LLM 2026-04-06 12:31:32 +00:00
parent 14fb7cb0bf
commit 9ab5a03899
3 changed files with 6 additions and 0 deletions

1
.gitattributes vendored

@ -6,3 +6,4 @@ docker/*/deps/whl/** filter=lfs diff=lfs merge=lfs -text
**/*.gpg filter=lfs diff=lfs merge=lfs -text
python/.venv-whl-cache/** filter=lfs diff=lfs merge=lfs -text
meson/**/.venv-whl-cache/** filter=lfs diff=lfs merge=lfs -text
meson/**/deps/whl/** filter=lfs diff=lfs merge=lfs -text

2
.gitignore vendored

@ -15,6 +15,7 @@ d2/book1/books
!python/deps/whl/**/*.whl
python/build
python/pyproject.toml
meson/**/pyproject.toml
.*.kate-swp
!releases/whl/*.whl
.env
@ -25,3 +26,4 @@ python/pyproject.toml
!dotfiles/.vim
!python/.venv-whl-cache/**
!meson/**/.venv-whl-cache/**
!meson/**/deps/whl/**