Skip to content

Commit

Permalink
Fixed silly classpath regression. Added .classpath to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Skylion007 committed Mar 17, 2014
1 parent 9504625 commit ac8b8d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="C:/Users/Skylion/Desktop/Java/javaFlacEncoder-0.3.1-all/javaFlacEncoder-0.3.1.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/bin
.classpath

0 comments on commit ac8b8d7

Please sign in to comment.