Skip to content

Commit 9b42ba2

Browse files
committed
tests: avoid ignoring *.lib in tests
It is ignored due to build folder can contain them, but we use them in tests to store some additional helpers
1 parent 412da24 commit 9b42ba2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ test_data
66

77
/queries/0_stateless/*.gen.sql
88
/queries/0_stateless/*.gen.reference
9+
10+
!*.lib

0 commit comments

Comments
 (0)