Restored .gitignore

This commit is contained in:
Dinnerbone 2011-04-05 16:46:36 +01:00
parent 27c7571721
commit 8f461f5bbb

27
.gitignore vendored Normal file
View File

@ -0,0 +1,27 @@
# 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
/world
# Mac filesystem dust
/.DS_Store