Made a lot of changes: no more functions directory. All aliases have been moved to the new alias directory. Plugins are now for functions only. Updated the README to reflect the changes and add a contributor's list.
diff --git a/.gitignore b/.gitignore
index b9003bb..bcddac3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,7 @@
.DS_Store
custom/*.bash
!custom/example.bash
-.rvmrc
\ No newline at end of file
+.rvmrc
+aliases/custom.aliases.bash
+lib/custom.bash
+plugins/custom.plugins.bash
\ No newline at end of file