diff options
author | Carl Lerche <carllerche@mac.com> | 2010-06-17 08:50:23 -0700 |
---|---|---|
committer | Carl Lerche <carllerche@mac.com> | 2010-06-17 08:50:53 -0700 |
commit | 68afe34244b1c97779d953a63803aa78fb44a38b (patch) | |
tree | f8ab77af56baf5168b4c1b6a4ff08dd39aa8789b /.gitignore | |
parent | dd29b1d471d326baed5bf9d436d3d8208c933752 (diff) | |
download | bundler-68afe34244b1c97779d953a63803aa78fb44a38b.tar.gz |
Add *.rbc to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index e0e5cb7c57..9dc5f4afb9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .DS_Store tmp pkg -*.gem
\ No newline at end of file +*.gem +*.rbc
\ No newline at end of file |