-
Notifications
You must be signed in to change notification settings - Fork 34
/
.gitignore
79 lines (72 loc) · 1.46 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
.vscode
*.sublime-project
*.sublime-workspace
.idea
*.exe
*.html
*.idx
htmldocs
docs
nbook
nimcache/
testresults/
outputExpected.txt
outputGotten.txt
tests/megatest.nim
tests/megatest
tests/common/tmodel
tests/common/tpragmas_fix
tests/sqlite/tcount
tests/sqlite/tdb
tests/sqlite/tdbtypes
tests/sqlite/tenv
tests/sqlite/texists
tests/sqlite/tfkpragma
tests/sqlite/tfkpragma_selfref
tests/sqlite/tfkpragmanotint
tests/sqlite/tfkpragmanotmodel
tests/sqlite/tindexes
tests/sqlite/tnull
tests/sqlite/tpool
tests/sqlite/trelated
tests/sqlite/trepeatfks
tests/sqlite/trawselect
tests/sqlite/tro
tests/sqlite/tronocomp
tests/sqlite/tronocomp2
tests/sqlite/trows
tests/sqlite/trowutils
tests/sqlite/tsugar
tests/sqlite/tsum
tests/sqlite/ttables
tests/sqlite/ttransactions
tests/sqlite/ttriangle
tests/sqlite/tunique
tests/sqlite/tuniquegroup
tests/postgres/tcount
tests/postgres/tdb
tests/postgres/tdbtypes
tests/postgres/tenv
tests/postgres/texists
tests/postgres/tfkpragma
tests/postgres/tfkpragma_selfref
tests/postgres/tfkpragmanotint
tests/postgres/tfkpragmanotmodel
tests/postgres/tindexes
tests/postgres/tnull
tests/postgres/tpool
tests/postgres/trelated
tests/postgres/trepeatfks
tests/postgres/trawselect
tests/postgres/tro
tests/postgres/tronocomp
tests/postgres/tronocomp2
tests/postgres/trows
tests/postgres/trowutils
tests/postgres/tsugar
tests/postgres/tsum
tests/postgres/ttables
tests/postgres/ttransactions
tests/postgres/ttriangle
tests/postgres/tunique
tests/postgres/tuniquegroup