From: daniel watson Date: Tue, 17 Nov 2015 02:44:51 +0000 (-0800) Subject: remove .classpath and .project before sharing X-Git-Url: http://challenge-bot.com/repos/?p=3501%2F2015-FRC-Spark;a=commitdiff_plain;h=5203d5b4ba8976544415331acefc2c406d5b3cd9 remove .classpath and .project before sharing --- diff --git a/.classpath b/.classpath deleted file mode 100644 index daf6ebb..0000000 --- a/.classpath +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/.gitignore b/.gitignore index 880dd92..98a068b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ +# -*- mode: gitignore; -*- +*~ +\#*\# +.\#* *.pydevproject .metadata .gradle diff --git a/.project b/.project deleted file mode 100644 index f42f1b9..0000000 --- a/.project +++ /dev/null @@ -1,18 +0,0 @@ - - - 2015-FRC-Spark - - - - - - org.eclipse.jdt.core.javabuilder - - - - - - org.eclipse.jdt.core.javanature - edu.wpi.first.wpilib.plugins.core.nature.FRCProjectNature - -