release: restore ZUPT and harden source-only 5.2.2
This commit is contained in:
parent
74e393ba3e
commit
ff99770bd0
205 changed files with 19627 additions and 13215 deletions
27
.gitattributes
vendored
Normal file
27
.gitattributes
vendored
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
* text=auto eol=lf
|
||||
|
||||
*.bat text eol=crlf
|
||||
*.cmd text eol=crlf
|
||||
*.ps1 text eol=crlf
|
||||
*.s text eol=lf
|
||||
*.S text eol=lf
|
||||
*.jazz text eol=lf
|
||||
|
||||
*.png binary
|
||||
*.ico binary
|
||||
*.jpg binary
|
||||
*.jpeg binary
|
||||
*.gif binary
|
||||
*.webp binary
|
||||
*.zip binary
|
||||
*.gz binary
|
||||
*.xz binary
|
||||
*.bz2 binary
|
||||
*.zst binary
|
||||
|
||||
# These downstream recipes pin the checksum of the release tarball itself.
|
||||
# Excluding them from `git archive` avoids a self-referential checksum while
|
||||
# keeping every recipe versioned in Git and available to its package manager.
|
||||
/packaging/aur/** export-ignore
|
||||
/packaging/homebrew/** export-ignore
|
||||
/packaging/guix/** export-ignore
|
||||
Loading…
Reference in a new issue