diff options
author | eldritch horrors <pennae@lix.systems> | 2024-03-04 08:57:44 +0100 |
---|---|---|
committer | eldritch horrors <pennae@lix.systems> | 2024-03-04 08:57:44 +0100 |
commit | 647d762ab59b40f7bd1503e4018d3325ffe4924e (patch) | |
tree | abadcc3dd31ed0c917d024c0f185227581a11151 /.gitignore | |
parent | 542a19104e5a8146284f50aae9740ca2ada5ed1e (diff) |
Merge pull request #9933 from pennae/debugger-fix
fix debugger crashing while printing envs
(cherry picked from commit 9b8b4860913afdb7f9cb1e1e81f9a9dd192cd1c1)
Change-Id: Ica6a17e4b3e3b8b8093719f442c28be7f13be09d
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 07048f0e8..46ae8bc41 100644 --- a/.gitignore +++ b/.gitignore @@ -92,6 +92,7 @@ perl/Makefile.config /tests/functional/ca/config.nix /tests/functional/dyn-drv/config.nix /tests/functional/repl-result-out +/tests/functional/debugger-test-out /tests/functional/test-libstoreconsumer/test-libstoreconsumer # /tests/functional/lang/ |