-
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy path.gitignore
More file actions
55 lines (39 loc) · 675 Bytes
/
.gitignore
File metadata and controls
55 lines (39 loc) · 675 Bytes
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
#*#
*~
*#
*.#
.vscode
*Minibuf-*
.pylintrc
.idea
.devcontainer
executors/rust/target/
executors/cpp/executor
executors/dart/bin/executor/
gh-cache/
schema/schema_validation_summary.json
**/__pycache__/
DDT_DATA/testOutput*/*
DDT_DATA/testReports*/*
TEMP_DATA
# testgen temporary files
testgen/icu*/*.json
# Generated by Cargo
# will have compiled files and executables
/target/
**/target/
*~
# JS deps
**/node_modules
# C / CPP compiled
*.o
testdriver/.local-chrome/
testgen/*.json
testgen/generators/*.json
TEMP_DATA/*
TEMP_DATA_100/*
# log files (including logrotate state and file backups)
debug.log*
logrotate.state
# Maven
dependency-reduced-pom.xml