diff --git a/.gitignore b/.gitignore
index a1c2a23..df270ce 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,6 +7,15 @@
 # BlueJ files
 *.ctxt
 
+# Eclipse
+.classpath
+.project
+.settings/
+
+# IntelliJ
+.idea/
+*.iml
+
 # Mobile Tools for Java (J2ME)
 .mtj.tmp/
 
diff --git a/README.md b/README.md
index 2d765fd..e2f9edd 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1 @@
-# Bukkit-Plugins
-Archive of my old Bukkit plugins.
+My old Bukkit plugins that probably don't work anymore. They have been open-sourced so feel free to update and re-release them as long as you follow the license.