chore: stop rsyncing old proceedings (#4099)
* chore: stop rsyncing old proceedings * Even fewer things
This commit is contained in:
parent
698f031b7f
commit
21c89e6dcc
|
@ -37,21 +37,33 @@ EXCLUDE="$(mktemp)"
|
|||
cat << EOF > "$EXCLUDE"
|
||||
*#
|
||||
*%
|
||||
*.1
|
||||
*.cgi
|
||||
*.diff
|
||||
*.doc
|
||||
*.exe
|
||||
*.html
|
||||
*.json
|
||||
*.mib
|
||||
*.new
|
||||
*.p7s
|
||||
*.pdf
|
||||
*.ps
|
||||
*.tar
|
||||
*.utf8
|
||||
*.xml
|
||||
*.Z
|
||||
*.zip
|
||||
*~
|
||||
/09nov
|
||||
/10[0-9]
|
||||
/[0-9][0-9]
|
||||
/bcp
|
||||
/beta
|
||||
/fyi
|
||||
/ien
|
||||
/inline-errata
|
||||
/interim-20[01][0-9]-*
|
||||
/pending-errata
|
||||
/prerelease
|
||||
/std
|
||||
|
|
Loading…
Reference in a new issue