diff options
author | Tim Smith <tsmith84@gmail.com> | 2021-04-29 10:15:28 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2021-04-29 10:15:28 -0700 |
commit | 1027ed7bfe5d7db91099496bea88c864d2c3f8cd (patch) | |
tree | 727d8f525536f6d00a42fc57d2b64d93e5fa2a6b /.gitignore | |
parent | ee7082bedd9ddbbf4c4c5524f9806620cc217c08 (diff) | |
download | chef-1027ed7bfe5d7db91099496bea88c864d2c3f8cd.tar.gz |
Add gem files to the gitignore
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
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 |