Update .gitignore

This commit is contained in:
Rigby 2011-07-20 15:49:11 +01:00
parent ab1c1be9b1
commit 02df3c478c
1 changed files with 33 additions and 5 deletions

38
.gitignore vendored
View File

@ -1,5 +1,33 @@
.classpath
.project
bin/
.DS_Store
.settings
# 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
# intellij
*.iml
*.ipr
*.iws
.idea/