From 804120d6c84f9bf17120cd527a12dd6a947699a8 Mon Sep 17 00:00:00 2001 From: Will Farrington Date: Thu, 4 Mar 2010 01:35:29 -0500 Subject: [PATCH] Adding more stuff to gitignore --- .gitignore | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 194a02c..88cf2e9 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,8 @@ doc # jeweler generated pkg +.bundle + # Have editor/IDE/OS specific files you need to ignore? Consider using a global gitignore: # # * Create a file at ~/.gitignore @@ -24,16 +26,16 @@ pkg # # For MacOS: # -#.DS_Store +.DS_Store # # For TextMate #*.tmproj #tmtags # # For emacs: -#*~ -#\#* -#.\#* +*~ +\#* +.\#* # # For vim: -#*.swp +*.swp