mirror of
https://github.com/curl/curl.git
synced 2026-04-15 02:21:41 +03:00
tidy-up: merge root packages directory into projects
To simplify the directory layout. - OS400 and vms support move from `packages` to `projects`. - Windows README and `generate.bat` files move from `projects` to `projects/Windows`. Closes #20271
This commit is contained in:
parent
0d4beb26d2
commit
3ee1d3b573
90 changed files with 266 additions and 281 deletions
3
.github/scripts/codespell.sh
vendored
3
.github/scripts/codespell.sh
vendored
|
|
@ -12,7 +12,8 @@ codespell \
|
|||
--skip '.github/scripts/pyspelling.words' \
|
||||
--skip '.github/scripts/typos.toml' \
|
||||
--skip 'docs/THANKS' \
|
||||
--skip 'packages/*' \
|
||||
--skip 'projects/OS400/*' \
|
||||
--skip 'projects/vms/*' \
|
||||
--skip 'scripts/wcurl' \
|
||||
--ignore-regex '.*spellchecker:disable-line' \
|
||||
--ignore-words '.github/scripts/codespell-ignore.words' \
|
||||
|
|
|
|||
2
.github/scripts/distfiles.sh
vendored
2
.github/scripts/distfiles.sh
vendored
|
|
@ -21,7 +21,7 @@ gitonly=".git*
|
|||
^docs/examples/adddocsref.pl
|
||||
^docs/tests/CI.md
|
||||
^docs/THANKS-filter
|
||||
^projects/*
|
||||
^projects/Windows/*
|
||||
^scripts/ciconfig.pl
|
||||
^scripts/cijobs.pl
|
||||
^scripts/contributors.sh
|
||||
|
|
|
|||
3
.github/scripts/typos.toml
vendored
3
.github/scripts/typos.toml
vendored
|
|
@ -24,7 +24,8 @@ extend-exclude = [
|
|||
".github/scripts/codespell-ignore.words",
|
||||
".github/scripts/pyspelling.words",
|
||||
"docs/THANKS",
|
||||
"packages/*",
|
||||
"projects/OS400/*",
|
||||
"projects/vms/*",
|
||||
"projects/Windows/tmpl/curl.vcxproj",
|
||||
"projects/Windows/tmpl/libcurl.vcxproj",
|
||||
"scripts/wcurl",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue