So, you got a big source code revamp. Big whoop, wanna fight about it?

This commit is contained in:
Garbage Mule
2012-02-24 05:11:06 +01:00
parent e7c66be183
commit 777f6b9b07
193 changed files with 11912 additions and 12726 deletions
+18
View File
@@ -0,0 +1,18 @@
# We don't want to add the Eclipse files.
.project
.classpath
# We can also do without .class files.
*.class
# And we definitely don't need OS files.
.DS_Store*
Thumbs.db
# Exclude some folders
bin/
build/
misc/
lib/
test/
.settings/