-
Notifications
You must be signed in to change notification settings - Fork 57
Expand file tree
/
Copy path.gitignore
More file actions
46 lines (43 loc) · 1.3 KB
/
Copy path.gitignore
File metadata and controls
46 lines (43 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
SP800-90B_EntropyAssessment
.kdev4
*.kdev4
build
inst
tests/raw-entropy/results-measurements/*.data
/.vs
build*/
coverage/
# Programs and objects the Makefile fallbacks build in place. The CMake build
# puts its own outputs under build*/, which is covered above.
*.o
tests/gcd/gcd
tests/health/health
tests/unit/unit-*
!tests/unit/unit-*.c
!tests/unit/unit-*.h
tests/chardev/jitterentropy-chardev-fields
tests/linking/jitterentropy-linktest
tests/raw-entropy/extractlsb
tests/raw-entropy/recording_userspace/jitterentropy-cpuinfo
tests/raw-entropy/recording_userspace/jitterentropy-hashtime
tests/raw-entropy/recording_userspace/jitterentropy-osr
tests/raw-entropy/recording_userspace/jitterentropy-rng
tests/raw-entropy/recording_restart_kernelspace/jitterentropy-kernel-foldtime
tests/raw-entropy/recording_runtime_kernelspace/jitterentropy-kernel-lfsrtime
# The EFI application: the intermediate shared object, both architectures'
# images, and the EFI system partition assembled from them.
tests/efi/jitterentropy.so
tests/efi/BOOTX64.EFI
tests/efi/BOOTAA64.EFI
tests/efi/esp/
# The fuzzing harnesses' standalone programs, and any corpus or crash a run
# left beside them.
tests/fuzz/fuzz-api-standalone
tests/fuzz/fuzz-health-standalone
tests/fuzz/fuzz-api
tests/fuzz/fuzz-health
corpus*/
crash-*
leak-*
timeout-*
slow-unit-*