From 660bd643e111df0bf303e828e3e8971fe6b6c281 Mon Sep 17 00:00:00 2001 From: Chua CheeWee <1757930+chuacw@users.noreply.github.com> Date: Fri, 10 Apr 2026 14:15:41 +0800 Subject: [PATCH] Update Delphi.gitignore Added RAD Studio 13.1 WinARM64EC directory and DUnitX results --- Delphi.gitignore | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/Delphi.gitignore b/Delphi.gitignore index 9db64f626d..20dc520eeb 100644 --- a/Delphi.gitignore +++ b/Delphi.gitignore @@ -28,15 +28,16 @@ # Default Delphi compiler directories # Content of this directories are generated with each Compile/Construct of a project. -# Most of the time, files here have not there place in a code repository. -#Win32/ -#Win64/ -#OSX64/ -#OSXARM64/ -#Android/ -#Android64/ -#iOSDevice64/ -#Linux64/ +# Most of the time, files here do not have a place in a code repository. +Win32/ +Win64/ +OSX64/ +OSXARM64/ +Android/ +Android64/ +iOSDevice64/ +Linux64/ +WinARM64EC/ # Delphi compiler-generated binaries (safe to delete) *.exe @@ -80,3 +81,6 @@ __recovery/ # Boss dependency manager vendor folder https://github.com/HashLoad/boss modules/ + +# DUnitX test result +dunitx-results.xml