From 1027ed7bfe5d7db91099496bea88c864d2c3f8cd Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Thu, 29 Apr 2021 10:15:28 -0700 Subject: Add gem files to the gitignore Signed-off-by: Tim Smith --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.1