I've gotten a sample project that came with a development board working (more or less) and now I am going to start modifying it to suite my needs. I would like to get it under git version control.
[ working project ] $ find xdmaGood/ -type f | wc -l 1806 [ File > Project > Save as... (no run files) ] $ find xdmaSaveAs/ -type f | wc -l 1021
Should I now do "git init" on xdmaSaveAs, and then add files created during a build to .gitignore?
Or can the number of controlled files be pruned even further?
Other strategies for version control?