Merge 'removing dangling limbo_output.txt file and setting rule in gitignore' from Pedro Muniz

When testing with `test-shell` the test may error and the error file
will be tracked in git. Added gitignore rule to always not track
`limbo_output.txt`

Closes #1027
This commit is contained in:
Pekka Enberg
2025-02-18 08:55:55 +02:00
2 changed files with 1 additions and 10 deletions

1
.gitignore vendored
View File

@@ -32,3 +32,4 @@ dist/
# testing
testing/limbo_output.txt
**/limbo_output.txt

View File

@@ -1,10 +0,0 @@
Error: pretty output can only be written to a tty
SELECT 'TEST_ECHO';
TEST_ECHO
Settings:
Output mode: raw
DB: testing/testing.db
Output: limbo_output.txt
Null value: LIMBO
CWD: /home/krobichaud/Projects/open_source_projects/limbo
Echo: off