virtualx-engine/misc/scripts
Rémi Verschelde 56549a0195
CI: Fix exclude patterns with git ls-files
Follow-up to .

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 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
make_tarball.sh