Quote:
Originally Posted by connor.worley
Our .gitignore
Code:
PPC603gnu/
.settings/
.cproject
.project
.wrproject
.wrmakefile
|
I agree with Bob, excluding the project files isn't a good idea. It's also nice to have the .out file, so you can manually program the robot with a previous version without setting up a build environment.
This is the .gitignore is use
Code:
*.d
*.o
ctdt.c
ctdt.o