Upstream merge

This commit is contained in:
Zach Brown
2014-06-26 15:07:23 -05:00
parent 6e3ee2f859
commit 395268c602
6 changed files with 119 additions and 2 deletions

37
.gitignore vendored Normal file
View File

@@ -0,0 +1,37 @@
# Eclipse stuff
.classpath
.project
.settings/
# netbeans
nbproject/
nbactions.xml
# we use maven!
build.xml
# maven
target/
dependency-reduced-pom.xml
# vim
.*.sw[a-p]
# various other potential build files
build/
bin/
dist/
manifest.mf
# Mac filesystem dust
.DS_Store/
# intellij
*.iml
*.ipr
*.iws
.idea/
# other stuff
Spigot-API
Spigot-Server