diff --git a/Delphi.gitignore b/Delphi.gitignore index 9db64f62..20dc520e 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