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 Fix 'Attempted to remove invalid ID' errors 2021-07-31 15:30:31 +02:00
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 Add CI step for compiling and testing godot-cpp 2021-10-21 20:30:19 +11:00
copyright_headers.py Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
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 Replace HTTP links with HTTPS for sites with HTTPS versions 2021-08-22 20:13:11 -05:00
make_tarball.sh Add script to make source tarball with .git/HEAD 2021-07-29 11:52:43 +02:00