-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
66 lines (56 loc) · 1.3 KB
/
Copy path.gitignore
File metadata and controls
66 lines (56 loc) · 1.3 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
# Java build artifacts
**/target/
**/*.class
**/*.jar
**/*.war
**/*.gz
**/#*#
# Mac Finder artifacts
**/.DS_Store
# Test harness generated files
test-harness/marked_ballots/
test-harness/images/
test-harness/*_images/
test-harness/election_data.json
test-harness/ground_truth*.json
test-harness/verify_report.json
test-harness/desktop_pipeline/
# bBuilder and bCounter generated databases and output
bBuilder/election_ballot.db
bCounter/counter_results.db
bCounter/counter_results.db-shm
bCounter/counter_results.db-war
bCounter/writein*.png
bCounter/pass*html
# Generated ballot files (PDFs, YAMLs, XMLs produced by bBuilder)
bBuilder/*.pdf
bBuilder/*.yaml
bBuilder/*.xml
# Log files
*.log
logs/
# bCounter runtime output files
bCounter/ballot_manifest.csv
bCounter/cvr_export.csv
bCounter/overvote_report.txt
bCounter/rcv_report.html
bCounter/results_report.html
bCounter/review_required.txt
bCounter/counter_results.db
bCounter/counter_results.db-shm
bCounter/counter_results.db-wal
bCounter/bCounter.log
bCounter/counter_audit.log
bCounter/writein_*.png
# macOS
.DS_Store
**/.DS_Store
# Test harness generated content
test-harness/images/
test-harness/marked_ballots/
test-harness/election_data.json
# bBuilder generated ballots
bBuilder_ballots/
# Python virtualenv (not part of source)
.venv/
test-harness/scans/