-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.gitignore
68 lines (62 loc) · 859 Bytes
/
.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
.scannerwork/
.ssh/
.vscode-test/
.vscode-test-docker/
.worktrees/
artifacts/
coverage/
dist/
docker/.rssw/
node_modules/
out/
resources/ADE/
target/
tmp/
*.bk
*.bk.*
*.log
*.tmp
*.vsix
*.zip
/vscode.d.ts
# OpenEdge ABL Extension (vscode-abl/vscode-abl)
.builder
# OpenEdge Files
docker/ablunit.pl
client.mon
proc.mon
procore.*
*.crc
*.dbg
*.hierarchy
*.inc
*.listing
*.out
*.pl
*.preprocess
*.prof
*.r
*.xref
*.xref.xml
*.warnings
ablunit.json
dbconn.pf
dbg_*
listings/
prof*.json
profile.options
progress.ini
protrace.*
results.json
results.xml
lbia*
rcda*
srta*
# Test files
test_projects/proj2/src/compileError.p
# Generated test files
test_projects/proj7_load_performance/src/procs
test_projects/proj7_load_performance/src/classes
# Dowloaded test files
test_projects/proj7_load_performance/v*.tar.gz
test_projects/proj7_load_performance/src/ADE-*