summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2021-04-29 10:15:28 -0700
committerTim Smith <tsmith84@gmail.com>2021-04-29 10:15:28 -0700
commit1027ed7bfe5d7db91099496bea88c864d2c3f8cd (patch)
tree727d8f525536f6d00a42fc57d2b64d93e5fa2a6b /.gitignore
parentee7082bedd9ddbbf4c4c5524f9806620cc217c08 (diff)
downloadchef-1027ed7bfe5d7db91099496bea88c864d2c3f8cd.tar.gz
Add gem files to the gitignore
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index fdf31a58e9..0df369f7c1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -93,3 +93,6 @@ mkmf.log
# our custom dictionary pulled from https://github.com/chef/chef_dictionary/
chef_dictionary.txt
+
+# ignore any gems we build locally
+*.gem