From: Kevin Zhang Date: Sun, 15 Nov 2015 00:26:33 +0000 (-0800) Subject: Added gitignore file X-Git-Url: http://challenge-bot.com/repos/?p=3501%2F2015-FRC-Spark;a=commitdiff_plain;h=b5f932ecccf219b28cbebf44c8896347621f6364 Added gitignore file --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..880dd92 --- /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