Cleaned up the repo by removing the bin folder, .classpath, and .project.

Added a .gitignore to avoid this happening in the future.
This commit is contained in:
Nate Mortensen
2013-03-07 16:56:56 -07:00
parent ef30ff91b5
commit aa6eb673c9
17 changed files with 31 additions and 25 deletions
-8
View File
@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="C:/bukkitdev/1.4.7/bukkit.jar"/>
<classpathentry kind="lib" path="C:/bukkitdev/1.4.7/craftbukkit.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>