2011-07-20 16:49:11 +02:00
|
|
|
# Eclipse stuff
|
|
|
|
/.classpath
|
|
|
|
/.project
|
|
|
|
/.settings
|
2011-12-12 16:57:44 +01:00
|
|
|
/.checkstyle
|
2011-07-20 16:49:11 +02:00
|
|
|
|
|
|
|
# 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
|
2011-07-21 02:52:55 +02:00
|
|
|
*.DS_Store
|
2011-07-20 16:49:11 +02:00
|
|
|
|
|
|
|
# intellij
|
|
|
|
*.iml
|
|
|
|
*.ipr
|
|
|
|
*.iws
|
2011-08-12 02:20:35 +02:00
|
|
|
.idea/
|
|
|
|
|
|
|
|
# Fern's utils
|
2011-10-15 15:47:07 +02:00
|
|
|
uploadtoserver.sh
|
|
|
|
|
|
|
|
# Testing files:
|
|
|
|
debug.log
|
|
|
|
|
2011-12-11 06:33:59 +01:00
|
|
|
# Doxygen
|
2011-12-11 06:38:40 +01:00
|
|
|
/docs/html
|
2011-12-11 06:33:59 +01:00
|
|
|
debug.txt
|