Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/PowerShell/PowerShell.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Lee <slee@microsoft.com>2022-11-03 22:27:08 +0300
committerGitHub <noreply@github.com>2022-11-03 22:27:08 +0300
commit39756d5602546d5956d4e8d87922efa1e35f0d83 (patch)
tree9ca1e557c0be81a305bfde47dc38962e694d7401
parentdb21524d2385b33483276fd8ac2f0e04bd80a61e (diff)
Update .gitignore to ignore some test generated files (#18447)
-rw-r--r--.gitignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index cbf0016dd1..61ad9efb40 100644
--- a/.gitignore
+++ b/.gitignore
@@ -92,3 +92,9 @@ test/tools/Modules/SelfSignedCertificate/
# BenchmarkDotNet artifacts
test/perf/BenchmarkDotNet.Artifacts/
+
+# Test generated module
+test/tools/Modules/Microsoft.PowerShell.NamedPipeConnection/
+
+# Test generated startup profile
+StartupProfileData-NonInteractive