Add .byebug_history to gitignore
@@ -33,3 +33,6 @@ bower.json
# Ignore pow environment settings
.powenv
+
+# Ignore Byebug command history file.
+.byebug_history