From 52d06357f862a74a04a71644639970a8528dd55d Mon Sep 17 00:00:00 2001 From: Erik Michaels-Ober Date: Tue, 16 Aug 2011 11:14:34 -0700 Subject: [PATCH] Ignore Gemfile.lock and others --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..046ba07 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +*.gem +*.rbc +.DS_Store +.bundle +.rvmrc +.yardoc +Gemfile.lock +coverage/* +doc/* +log/* +pkg/*