remove .classpath and .project before sharing
authordaniel watson <ozzloy@gmail.com>
Tue, 17 Nov 2015 02:44:51 +0000 (18:44 -0800)
committerdaniel watson <ozzloy@gmail.com>
Tue, 17 Nov 2015 02:44:51 +0000 (18:44 -0800)
.classpath [deleted file]
.gitignore
.project [deleted file]

diff --git a/.classpath b/.classpath
deleted file mode 100644 (file)
index daf6ebb..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-<classpath>
-  <classpathentry kind="src" path="src"/>
-  <classpathentry kind="var" path="wpilib" sourcepath="wpilib.sources"/>
-  <classpathentry kind="var" path="networktables" sourcepath="networktables.sources"/>
-  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
-  <classpathentry kind="output" path="bin"/>
-</classpath>
index 880dd9281fdbd8e3255abf3eb84f3df43fa1db70..98a068bc2cb62da58e0188b1329e3a88cc8d4935 100644 (file)
@@ -1,3 +1,7 @@
+# -*- mode: gitignore; -*-
+*~
+\#*\#
+.\#*
 *.pydevproject
 .metadata
 .gradle
diff --git a/.project b/.project
deleted file mode 100644 (file)
index f42f1b9..0000000
--- a/.project
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-       <name>2015-FRC-Spark</name>
-       <comment></comment>
-       <projects>
-       </projects>
-       <buildSpec>
-               <buildCommand>
-                       <name>org.eclipse.jdt.core.javabuilder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-       </buildSpec>
-       <natures>
-               <nature>org.eclipse.jdt.core.javanature</nature>
-               <nature>edu.wpi.first.wpilib.plugins.core.nature.FRCProjectNature</nature>
-       </natures>
-</projectDescription>