From 9db7564a2595a4a4360bdb439aa7818988c6ed0d Mon Sep 17 00:00:00 2001 From: Erik Michaels-Ober Date: Mon, 29 Nov 2010 13:55:22 -0800 Subject: [PATCH] Ignore byte-code compiled files (generated by Rubinius) --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 6773655..d3c1bfd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +*.rbc +.DS_Store .bundle coverage pkg