X-Git-Url: http://challenge-bot.com/repos/?a=blobdiff_plain;f=.gitignore;fp=.gitignore;h=227a01040b143d348eaaaddfe59f53c2c2213ec1;hb=284904c741c7a805b8611302f6beed3b7f34e90f;hp=0000000000000000000000000000000000000000;hpb=ba4d69ce1108cae1741a75ad77ad0f0518c27a82;p=3501%2F2015-FRC-Spark 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