From e7a208587389a17fa5ff3654d533e023268bfddf Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Thu, 31 Mar 2022 17:20:53 -0700 Subject: Support editing the projects that end in ".cab" --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 85fdfe74..6b5b539b 100644 --- a/.gitignore +++ b/.gitignore @@ -404,3 +404,7 @@ src/test/burn/TestData/Manual/BundleB/PackagePayloads # Allow standard response file !src/Directory.Build.rsp + +# Allow the projects that end in ".Cab" +!src/dtf/test/WixToolset.Dtf.Compression.Cab +!src/dtf/test/WixToolsetTests.Dtf.Compression.Cab -- cgit v1.2.3-55-g6feb