blob: d82966992dc8772b5acdf080c6d478c57479103f (
plain)
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
|
Make.local
*.a
*.CSV
*.cer
*.crl
*.crt
*.csr
*.db
*.db.attr
*.db.attr.old
*.db.old
*.domain.txt
*.efi
*.efi.debug
*.efi.signed
*.esl
*.gdb*
*.gcda
*.gcno
*.gcov
*.hash
*.key
*.key
*.o
*.pem
*.p12
*.so
*.srl
*.srl.old
*.sw?
*.tar.*
/build*/
/.cache/
/certdb/
/compile_commands.json
/compile_commands.events.json
/cov-int/
/crash-*
/fuzz-*
!/fuzz-*.c
/generate_sbat_var_defs
/generated_sbat_var_defs.h
/leak-*
/post-process-pe
/random.bin
/sbat.*.csv
/scan-results/
[Ss]creenlog*
shim_cert.h
/test-*
!/test-*.c
!/test-data/
/test-random.h
version.c
|