godot/misc/scripts
Rémi Verschelde 56549a0195
CI: Fix exclude patterns with `git ls-files`
Follow-up to #55785.

In `black_format.sh`, the `--exclude` switch was wrongly used. It's a misnomer
that only excludes _untracked_ files, arcane pathspec patterns should instead
be used to exclude _tracked_ files.

Using this newfound knowledge, we can also simplify the other scripts.
2022-02-01 09:58:57 +01:00
..
black_format.sh CI: Fix exclude patterns with `git ls-files` 2022-02-01 09:58:57 +01:00
check_ci_log.py
clang_format.sh CI: Fix exclude patterns with `git ls-files` 2022-02-01 09:58:57 +01:00
clang_tidy.sh CI: Fix exclude patterns with `git ls-files` 2022-02-01 09:58:57 +01:00
compare_extension_api.py
copyright_headers.py
file_format.sh simplify formatting scripts, add a clang-tidy script, and run clang-tidy 2022-01-29 04:41:03 -06:00
make_icons.sh
make_tarball.sh