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
+31
View File
@@ -0,0 +1,31 @@
# Eclipse stuff
/.classpath
/.project
/.settings
# netbeans
/nbproject
# we use maven!
/build.xml
# maven
/target
# vim
.*.sw[a-p]
# various other potential build files
/build
/bin
/dist
/manifest.mf
# Mac filesystem dust
/.DS_Store
# intellij
*.iml
*.ipr
*.iws
.idea/