lobstahbots / scorpion

Overclocked's 2015 FRC Robot ("Scorpion") Code
MIT License
0 stars 0 forks source link

Removed unused imports, binaries, and other no-nos #3

Closed michaelsilver closed 9 years ago

michaelsilver commented 9 years ago

@PaulTerrasi, please never ever ever ever ever ever ever ever ever again use git add -f. In fact, please re-clone the repo if you ever want to push changes, so you don't add back the stuff I removed. FYI, the right way to git add is git add ., not -f since that overrides the .gitignore.

PaulTerrasi commented 9 years ago

Alright. To be honest I don't remember ever doing that because it was so long ago. I will keep this in mind in the future.

If you were waiting on my OK to merge, than you can do that now. I don't plan on modifying the code in this repo any further.

On Mon, Nov 2, 2015 at 11:06 PM, Michael Silver notifications@github.com wrote:

@PaulTerrasi https://github.com/PaulTerrasi, please never ever ever ever ever ever ever ever ever again use git add -f. In fact, please re-clone the repo if you ever want to push changes, so you don't add back the stuff I removed. FYI, the right way to git add is git add ., not -f

since that overrides the .gitignore.

You can view, comment on, or merge this pull request online at:

https://github.com/246overclocked/scorpion/pull/3 Commit Summary

  • removed unused imports
  • added Eclipse to gitignore
  • Remove ignored files

File Changes

Patch Links:

— Reply to this email directly or view it on GitHub https://github.com/246overclocked/scorpion/pull/3.