Connor,
I would suggest that you really should include:
.cproject
.project
.wrproject
and
.wrmakefile
and not ignore these. These files are integral to a given project and rebuilding it in the same way each time. In a very small project which has zero modifications, you may be ok ... but you could run into bigger issues in time. As a for-instance ... if you look at the .-files in our Ultimate Ascent project, you'll see that we have references to external files and in the .wrmakefile we have custom build steps which aleviate problems with the darned FIRST->DOWNLOAD plugin which doesn't support being smart about downloading the appropriate final binary if you switch projects often (which we do).
https://github.com/bobwolff68/FRCTea...ateAscent-2013