I’m playing around with mainly STM32 devices like Nucleo boards and so on, and can see what looks like support/binary files and so on appearing as changed while I work on simple projects.
The Git ignore for the small repo I’m using is the one for Visual Studio (I work mainly with .Net) and this is likely the reason.
So what is the preferred git ignore file for a new repo dedicated to Visual GDB projects?
In general, ignoring the .vs, .visualgdb and build subdirectories should work for most project types, however you may need to ignore additional file types depending on your project type. You can find the detailed description of different project types and related files here.
If you encounter file types that are not covered by the documentation, feel free to let us know and we will update it accordingly.