From: Kevin Zhang Date: Sun, 15 Nov 2015 00:33:04 +0000 (-0800) Subject: remove bin from tracking; add gitignore X-Git-Url: http://challenge-bot.com/repos/?p=3501%2F2015-FRC-Spark;a=commitdiff_plain;h=284904c741c7a805b8611302f6beed3b7f34e90f remove bin from tracking; add gitignore --- diff --git a/.classpath b/.classpath index daf6ebb..10a431f 100644 --- a/.classpath +++ b/.classpath @@ -1,7 +1,8 @@ + - - - - - + + + + + diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..227a010 --- /dev/null +++ b/.gitignore @@ -0,0 +1,42 @@ +*.pydevproject +.metadata +.gradle +bin/ +tmp/ +*.tmp +*.bak +*.swp +*~.nib +local.properties +.settings/ +.loadpath + +# Eclipse Core +.project + +# External tool builders +.externalToolBuilders/ + +# Locally stored "Eclipse launch configurations" +*.launch + +# CDT-specific +.cproject + +# JDT-specific (Eclipse Java Development Tools) +.classpath + +# Java annotation processor (APT) +.factorypath + +# PDT-specific +.buildpath + +# sbteclipse plugin +.target + +# TeXlipse plugin +.texlipse + +# STS (Spring Tool Suite) +.springBeans \ No newline at end of file diff --git a/bin/org/usfirst/frc3501/RiceCatRobot/OI.class b/bin/org/usfirst/frc3501/RiceCatRobot/OI.class deleted file mode 100644 index 1ef82fc..0000000 Binary files a/bin/org/usfirst/frc3501/RiceCatRobot/OI.class and /dev/null differ diff --git a/bin/org/usfirst/frc3501/RiceCatRobot/Robot.class b/bin/org/usfirst/frc3501/RiceCatRobot/Robot.class deleted file mode 100644 index 1de0462..0000000 Binary files a/bin/org/usfirst/frc3501/RiceCatRobot/Robot.class and /dev/null differ diff --git a/bin/org/usfirst/frc3501/RiceCatRobot/RobotMap$Direction.class b/bin/org/usfirst/frc3501/RiceCatRobot/RobotMap$Direction.class deleted file mode 100644 index 5d821e1..0000000 Binary files a/bin/org/usfirst/frc3501/RiceCatRobot/RobotMap$Direction.class and /dev/null differ diff --git a/bin/org/usfirst/frc3501/RiceCatRobot/RobotMap.class b/bin/org/usfirst/frc3501/RiceCatRobot/RobotMap.class deleted file mode 100644 index 7668172..0000000 Binary files a/bin/org/usfirst/frc3501/RiceCatRobot/RobotMap.class and /dev/null differ diff --git a/bin/org/usfirst/frc3501/RiceCatRobot/commands/CloseClaw.class b/bin/org/usfirst/frc3501/RiceCatRobot/commands/CloseClaw.class deleted file mode 100644 index b95fe0c..0000000 Binary files a/bin/org/usfirst/frc3501/RiceCatRobot/commands/CloseClaw.class and /dev/null differ diff --git a/bin/org/usfirst/frc3501/RiceCatRobot/commands/DriveFor.class b/bin/org/usfirst/frc3501/RiceCatRobot/commands/DriveFor.class deleted file mode 100644 index c4bf05d..0000000 Binary files a/bin/org/usfirst/frc3501/RiceCatRobot/commands/DriveFor.class and /dev/null differ diff --git a/bin/org/usfirst/frc3501/RiceCatRobot/commands/MoveArmFor.class b/bin/org/usfirst/frc3501/RiceCatRobot/commands/MoveArmFor.class deleted file mode 100644 index a4dbed9..0000000 Binary files a/bin/org/usfirst/frc3501/RiceCatRobot/commands/MoveArmFor.class and /dev/null differ diff --git a/bin/org/usfirst/frc3501/RiceCatRobot/commands/OpenClaw.class b/bin/org/usfirst/frc3501/RiceCatRobot/commands/OpenClaw.class deleted file mode 100644 index 9702213..0000000 Binary files a/bin/org/usfirst/frc3501/RiceCatRobot/commands/OpenClaw.class and /dev/null differ diff --git a/bin/org/usfirst/frc3501/RiceCatRobot/commands/ToggleClaw.class b/bin/org/usfirst/frc3501/RiceCatRobot/commands/ToggleClaw.class deleted file mode 100644 index 743e4e1..0000000 Binary files a/bin/org/usfirst/frc3501/RiceCatRobot/commands/ToggleClaw.class and /dev/null differ diff --git a/bin/org/usfirst/frc3501/RiceCatRobot/commands/ToggleCompressor.class b/bin/org/usfirst/frc3501/RiceCatRobot/commands/ToggleCompressor.class deleted file mode 100644 index e3c3c34..0000000 Binary files a/bin/org/usfirst/frc3501/RiceCatRobot/commands/ToggleCompressor.class and /dev/null differ diff --git a/bin/org/usfirst/frc3501/RiceCatRobot/commands/TurnFor.class b/bin/org/usfirst/frc3501/RiceCatRobot/commands/TurnFor.class deleted file mode 100644 index a367133..0000000 Binary files a/bin/org/usfirst/frc3501/RiceCatRobot/commands/TurnFor.class and /dev/null differ diff --git a/bin/org/usfirst/frc3501/RiceCatRobot/subsystems/Arm.class b/bin/org/usfirst/frc3501/RiceCatRobot/subsystems/Arm.class deleted file mode 100644 index 4695334..0000000 Binary files a/bin/org/usfirst/frc3501/RiceCatRobot/subsystems/Arm.class and /dev/null differ diff --git a/bin/org/usfirst/frc3501/RiceCatRobot/subsystems/Claw.class b/bin/org/usfirst/frc3501/RiceCatRobot/subsystems/Claw.class deleted file mode 100644 index 99b47d3..0000000 Binary files a/bin/org/usfirst/frc3501/RiceCatRobot/subsystems/Claw.class and /dev/null differ diff --git a/bin/org/usfirst/frc3501/RiceCatRobot/subsystems/DriveTrain.class b/bin/org/usfirst/frc3501/RiceCatRobot/subsystems/DriveTrain.class deleted file mode 100644 index 1cc5654..0000000 Binary files a/bin/org/usfirst/frc3501/RiceCatRobot/subsystems/DriveTrain.class and /dev/null differ