Delphi RES files and Git

前端 未结 6 1496
无人及你
无人及你 2021-02-04 00:19

I have a big project written in Delphi and I want to manage its sources using Git. I created Git repository, which includes my application\'s sources and 3rd party components. A

6条回答
  •  清歌不尽
    2021-02-04 00:59

    Could you:

    • ignore all .res files
    • generate the .res files that can be generate (compiling the resources script .rc files)
    • add only the .res files without .rc files to generate them: if you had specified in a .gitignore that they are to be ignored, then adding them is ok: they won't show up in the diff.

提交回复
热议问题