Roger Cigol 133 Posted July 15, 2022 I can see a sample .gitignore file for Delphi at https://github.com/Embarcadero/RADStudio11Demos. But I can't find an equivalent for Embarcadero C++ projects. Does anyone know of one up there (or anywhere else) (and is it up to date to include ignoring the _astcache folder contents)? Share this post Link to post
Lajos Juhász 322 Posted July 15, 2022 I know that this will not help, but Delphi has only __history and __recovery folders by default. I don't see any _astcache. From the name it should be some kind of cache folder and should not be in the git repository. Share this post Link to post
Fr0sT.Brutal 902 Posted July 25, 2022 Try here https://github.com/github/gitignore or fill it yourself and contribute to that repo for other users Share this post Link to post
dwb 0 Posted June 25 (edited) On 7/15/2022 at 4:04 AM, Roger Cigol said: can see a sample .gitignore file for Delphi at https://github.com/Embarcadero/RADStudio11Demos. That link is broken by the period; go here: https://github.com/Embarcadero/RADStudio11Demos The Delphi 12 demo .gitignore is the same: https://github.com/Embarcadero/RADStudio12Demos Since *.exe is in it probably *.elf should be too. Edited June 25 by dwb Share this post Link to post