Skip to content

Commit a89e346

Browse files
committed
tune gitignore
1 parent 1697621 commit a89e346

File tree

4 files changed

+38
-1
lines changed
  • ydb/library/yql/tests/sql
    • dq_file/part14/canondata
      • test.test_expr-unicode_literals-default.txt-Analyze_
      • test.test_expr-unicode_literals-default.txt-Results_
    • yt_native_file/part14/canondata/test.test_expr-unicode_literals-default.txt-Results_

4 files changed

+38
-1
lines changed

.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
# Unignore all dirs
77
!*/
88
# Unignore all files inside canondata dir
9-
!*/canondata/*
9+
!**/canondata/**
10+
11+
/canonization_show_res.log
1012

1113
# C libraries
1214
*.so
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<tmp_path>/program.sql:<main>: Warning: Parse Sql
2+
3+
<tmp_path>/program.sql:<main>:9:6: Warning: Please add suffix u or t for Utf8 strings or s or b for arbitrary binary strings
4+
"e");
5+
^
6+
<tmp_path>/program.sql:<main>: Warning: Parse Sql
7+
8+
<tmp_path>/program.sql:<main>:9:6: Warning: Please add suffix u or t for Utf8 strings or s or b for arbitrary binary strings
9+
"e");
10+
^
11+
<tmp_path>/program.sql:<main>: Warning: Parse Sql
12+
13+
<tmp_path>/program.sql:<main>:9:6: Warning: Please add suffix u or t for Utf8 strings or s or b for arbitrary binary strings
14+
"e");
15+
^
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<tmp_path>/program.sql:<main>: Warning: Parse Sql
2+
3+
<tmp_path>/program.sql:<main>:9:6: Warning: Please add suffix u or t for Utf8 strings or s or b for arbitrary binary strings
4+
"e");
5+
^
6+
<tmp_path>/program.sql:<main>: Warning: Parse Sql
7+
8+
<tmp_path>/program.sql:<main>:9:6: Warning: Please add suffix u or t for Utf8 strings or s or b for arbitrary binary strings
9+
"e");
10+
^
11+
<tmp_path>/program.sql:<main>: Warning: Parse Sql
12+
13+
<tmp_path>/program.sql:<main>:9:6: Warning: Please add suffix u or t for Utf8 strings or s or b for arbitrary binary strings
14+
"e");
15+
^
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<tmp_path>/program.sql:<main>: Warning: Parse Sql
2+
3+
<tmp_path>/program.sql:<main>:9:6: Warning: Please add suffix u or t for Utf8 strings or s or b for arbitrary binary strings
4+
"e");
5+
^

0 commit comments

Comments
 (0)