diff options
author | Marc Chamberland <chamberland.marc@gmail.com> | 2020-02-24 14:19:03 -0500 |
---|---|---|
committer | Marc Chamberland <chamberland.marc@gmail.com> | 2020-02-24 14:19:03 -0500 |
commit | ba1f7c0d3afb0b82185c60f4367dd8b0936ebc42 (patch) | |
tree | ebc4a9991a65d17b47dd60229d8407e71238b78d /.gitignore | |
parent | 8a0ef12a66480e520c0ea7ea97e30ef13f0bef49 (diff) | |
download | chef-ba1f7c0d3afb0b82185c60f4367dd8b0936ebc42.tar.gz |
Templating powershell extensions to inject distro constants
Signed-off-by: Marc Chamberland <chamberland.marc@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index a72dd9f33b..52705a76ef 100644 --- a/.gitignore +++ b/.gitignore @@ -80,6 +80,7 @@ docs_site # Rendered Templates ext/win32-eventlog/chef-log.man +distro/powershell/chef/chef.psm1 # tool logs ext/win32-eventlog/mkmf.log |