From ca4c6afa689db8805fdae84ef2e99b0e4910af64 Mon Sep 17 00:00:00 2001 From: Niels Dossche <7771979+nielsdos@users.noreply.github.com> Date: Sun, 9 Feb 2025 21:16:57 +0100 Subject: [PATCH] Add .gitignore section for additional test build files [ci skip] For now this is only for the bad_cmd.exe, but we may add more entries. --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 449963153f36b..b9e60cc6b5bde 100644 --- a/.gitignore +++ b/.gitignore @@ -291,6 +291,11 @@ tmp-php.ini /junit.out.xml /.ccache/ +# ------------------------------------------------------------------------------ +# Additional test build files +# ------------------------------------------------------------------------------ +/ext/standard/tests/helpers/bad_cmd.exe + # ------------------------------------------------------------------------------ # Special cases to invert previous ignore patterns # ------------------------------------------------------------------------------