summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Underwood <david.underwood@jadedpixel.com>2013-06-27 08:32:45 -0400
committerDavid Underwood <david.underwood@jadedpixel.com>2013-06-27 08:32:45 -0400
commit86d8c29db3087ce53f8c198cea6036c025d83855 (patch)
treec8fd74d9cb39d4e3bbc9d1626d061cd8090cb8c2
parent062a84ca3921464e0ca4a65b4d914a4d40513858 (diff)
Updates gitignore to exclude compiled gem
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 4ef0a06..2cc7498 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
*DS_STORE
-/Gemfile.lock \ No newline at end of file
+/Gemfile.lock
+*.gem \ No newline at end of file