aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2022-11-10 23:35:31 -0800
committerRob Mensching <rob@firegiant.com>2022-11-13 07:27:49 -0800
commitc8a832c931f6c34892e596a11c14e9181d5eee16 (patch)
treef7038e49a221ec4e1ce7a5eb42002e90710b7f50 /.gitignore
parentfdf2b03587cddd74618f57c59f24a22819bd28ff (diff)
downloadwix-c8a832c931f6c34892e596a11c14e9181d5eee16.tar.gz
wix-c8a832c931f6c34892e596a11c14e9181d5eee16.tar.bz2
wix-c8a832c931f6c34892e596a11c14e9181d5eee16.zip
Minimize calls into GitInfo by caching results during build_init
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 6b5b539b..ec53868b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -393,6 +393,8 @@ FodyWeavers.xsd
393# Ignore global.json and Directory.Package.props since they are generated 393# Ignore global.json and Directory.Package.props since they are generated
394global.json 394global.json
395Directory.Packages.props 395Directory.Packages.props
396build/wixver.props
397build/ThisAssembly.WixVer.cs
396 398
397# Ignore downloaded tools 399# Ignore downloaded tools
398build/.tools/ 400build/.tools/