From f1d14f1141d4cdb688febe884b6f2482c8d92cc5 Mon Sep 17 00:00:00 2001 From: Joe Ferris Date: Wed, 31 Oct 2012 10:47:11 -0400 Subject: [PATCH] Remove local bundle config .bundle holds per-machine configuration and should not be committed --- .bundle/config | 2 -- .gitignore | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 .bundle/config diff --git a/.bundle/config b/.bundle/config deleted file mode 100644 index 20670d5f..00000000 --- a/.bundle/config +++ /dev/null @@ -1,2 +0,0 @@ ---- {} - diff --git a/.gitignore b/.gitignore index acf2c5ff..d40c9854 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ pkg *~ *.gem Gemfile.lock +.bundle