As far as git is concerned, it should auto detect it as a binary. Binaries might be blocked though via the. gitignore file, in which case you'll have to use the --force argument.
A git config file can also define how file extensions should be treated. I'm not near a computer to see what FPC Source repo has configured. G. On 4 April 2026 15:37:02 BST, Marco van de Voort via fpc-devel <[email protected]> wrote: > >I want to add a binary (.res for a compiled manifest) to winunits-base, >following the pattern of fclel.res in fcl-base as far as fpmake is concerned. > >However do I need to do something special while adding/commiting to mark it as >a binary file? > >I use tortoisegit on a "main" checkout. > >_______________________________________________ >fpc-devel maillist - [email protected] >https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel
_______________________________________________ fpc-devel maillist - [email protected] https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel
