summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-04-29 11:28:07 -0700
committerGitHub <noreply@github.com>2021-04-29 11:28:07 -0700
commit5821c3fa239d841f5285bfabe7afc569cf58a5f1 (patch)
tree86a79a5c786fba1152c4efe14e5f832cb4ec5a0b
parent1f63db195a828875095ed761f547404a928d6fec (diff)
parent1027ed7bfe5d7db91099496bea88c864d2c3f8cd (diff)
downloadchef-5821c3fa239d841f5285bfabe7afc569cf58a5f1.tar.gz
Merge pull request #11482 from chef/gitignore
Add gem files to the 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