-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
113 lines (101 loc) · 2.09 KB
/
Copy path.gitignore
File metadata and controls
113 lines (101 loc) · 2.09 KB
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
# Build output
build/
build-*/
out/
cmake-build-*/
# CMake
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
Makefile
*.cmake
!CMakePresets.json
!third_party/**/*.cmake
# IDE
.vs/
.vscode/
.idea/
*.user
# Claude Code local
.claude/
# SQL engine temp tables (aggregate and system result scratch files)
tests/fixtures/**/_agg_*.dbf
tests/fixtures/**/_sys_*.dbf
testdata/**/_agg_*.dbf
testdata/**/_sys_*.adt
testdata/**/_sys_*.adm
testdata/**/_sys_*.adi
# Transaction log and runtime artefacts
openads.txlog
*.txlog
# Backup files
*.bak
*.bak2
# Smoke-test build artefacts (third-party RDD harnesses)
tests/smoke/harbour/smoke.exe
tests/wilson/*.exe
tests/wilson/*.obj
tests/wilson/*.c
tests/wilson/*.pdb
tests/wilson/*.log
tests/wilson/openads.*
tests/smoke/harbour/smoke_out.txt
tests/smoke/harbour/stubs.log
tests/smoke/harbour/hb_out.log
tests/smoke/harbour/data.dbf
tests/smoke/harbour/data.cdx
tests/smoke/harbour/data.fpt
tests/smoke/harbour/trace.log
tests/smoke/harbour/openads.txlog
tests/smoke/harbour/openads.lsnmap*
tests/smoke/harbour/sync.log
tests/smoke/harbour/*.obj
tests/smoke/harbour/*.c
tests/smoke/harbour/*.pdb
tests/smoke/xsharp/*.exe
tests/smoke/xsharp/*.pdb
tests/smoke/xsharp/ace32.dll
tests/smoke/xsharp/ace64.dll
tests/smoke/xsharp/openads.*
tests/smoke/xsharp/VOERROR.LOG
tests/smoke/xsharp/*.LOG
# FiveWin example build artefacts
examples/fivewin/*.exe
examples/fivewin/*.obj
examples/fivewin/*.map
examples/fivewin/*.tmp
examples/fivewin/*.bc
examples/fivewin/*.res
examples/fivewin/*.c
examples/fivewin/*.ppo
examples/fivewin/*.dir
examples/fivewin/ace32.dll
examples/fivewin/ace64.dll
examples/fivewin/openace64.dll
examples/fivewin/openace64.lib
examples/fivewin/*.zip
examples/fivewin/*.log
examples/fivewin/*.ppo
examples/fivewin/*.txlog
examples/fivewin/out.txt
examples/fivewin/err.txt
# OS
.DS_Store
Thumbs.db
# Compiler / linker artefacts
*.obj
*.o
*.a
*.so
*.dll
*.dylib
*.exe
*.exp
*.lib
*.pdb
*.ilk
rddtst_ads.log
# Prebuilt per-compiler import libraries are committed (release CI has no
# Borland toolchain); regenerate with dist/import-libs/gen.ps1.
!dist/import-libs/
!dist/import-libs/**