diff options
author | David Underwood <david.underwood@jadedpixel.com> | 2013-06-27 08:32:45 -0400 |
---|---|---|
committer | David Underwood <david.underwood@jadedpixel.com> | 2013-06-27 08:32:45 -0400 |
commit | 86d8c29db3087ce53f8c198cea6036c025d83855 (patch) | |
tree | c8fd74d9cb39d4e3bbc9d1626d061cd8090cb8c2 /.gitignore | |
parent | 062a84ca3921464e0ca4a65b4d914a4d40513858 (diff) |
Updates gitignore to exclude compiled gem
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,2 +1,3 @@ *DS_STORE -/Gemfile.lock
\ No newline at end of file +/Gemfile.lock +*.gem
\ No newline at end of file |