STOP POSTING YOUR FRC BINARIES
Stop committing your .class, .jar, and development environment files to GitHub. Not only does it make your repository huge, there's no good reason to track compiled code with git. If you commit your workspace/dev_env files to git, it's probably going to screw up someone's workspace every time they pull.
If you commit compiled code, stop.