Initial drop

This commit is contained in:
Mike Primm
2011-11-23 15:09:03 -06:00
parent f65fc8bfb8
commit 34c64af107
8 changed files with 797 additions and 0 deletions

25
.gitignore vendored Normal file
View File

@ -0,0 +1,25 @@
# 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