remove bin from tracking; add gitignore
authorKevin Zhang <kevin.zhang.13499@gmail.com>
Sun, 15 Nov 2015 00:33:04 +0000 (16:33 -0800)
committerKevin Zhang <kevin.zhang.13499@gmail.com>
Sun, 15 Nov 2015 00:33:04 +0000 (16:33 -0800)
commit284904c741c7a805b8611302f6beed3b7f34e90f
tree4f7134f9652c6567360e5ad28f0c1cfb23c7710a
parentba4d69ce1108cae1741a75ad77ad0f0518c27a82
remove bin from tracking; add gitignore
16 files changed:
.classpath
.gitignore [new file with mode: 0644]
bin/org/usfirst/frc3501/RiceCatRobot/OI.class [deleted file]
bin/org/usfirst/frc3501/RiceCatRobot/Robot.class [deleted file]
bin/org/usfirst/frc3501/RiceCatRobot/RobotMap$Direction.class [deleted file]
bin/org/usfirst/frc3501/RiceCatRobot/RobotMap.class [deleted file]
bin/org/usfirst/frc3501/RiceCatRobot/commands/CloseClaw.class [deleted file]
bin/org/usfirst/frc3501/RiceCatRobot/commands/DriveFor.class [deleted file]
bin/org/usfirst/frc3501/RiceCatRobot/commands/MoveArmFor.class [deleted file]
bin/org/usfirst/frc3501/RiceCatRobot/commands/OpenClaw.class [deleted file]
bin/org/usfirst/frc3501/RiceCatRobot/commands/ToggleClaw.class [deleted file]
bin/org/usfirst/frc3501/RiceCatRobot/commands/ToggleCompressor.class [deleted file]
bin/org/usfirst/frc3501/RiceCatRobot/commands/TurnFor.class [deleted file]
bin/org/usfirst/frc3501/RiceCatRobot/subsystems/Arm.class [deleted file]
bin/org/usfirst/frc3501/RiceCatRobot/subsystems/Claw.class [deleted file]
bin/org/usfirst/frc3501/RiceCatRobot/subsystems/DriveTrain.class [deleted file]