diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -409,3 +409,6 @@ src/test/burn/TestData/Manual/BundleB/PackagePayloads | |||
409 | # Allow the projects that end in ".Cab" | 409 | # Allow the projects that end in ".Cab" |
410 | !src/dtf/test/WixToolset.Dtf.Compression.Cab | 410 | !src/dtf/test/WixToolset.Dtf.Compression.Cab |
411 | !src/dtf/test/WixToolsetTests.Dtf.Compression.Cab | 411 | !src/dtf/test/WixToolsetTests.Dtf.Compression.Cab |
412 | |||
413 | #ignore the Sandbox | ||
414 | src/test/sandbox/ | ||