source: mod_gnutls/test/.gitignore @ b6ce8ad

main mod_gnutls/0.12.0
Last change on this file since b6ce8ad was 44323c0, checked in by Fiona Klute <fiona.klute@…>, 3 years ago

Add target "coverage" for building coverage report to test/Makefile.am

  • Property mode set to 100644
File size: 498 bytes
Line 
1*~
2cache
3proxy_backend.conf
4ocsp_server.conf
5authority/template
6authority/client/uid
7authority/tofu.db
8__pycache__/
9README.html
10coverage/
11
12# generated X.509 data
13x509.pem
14x509-chain.pem
15secret.key
16crl.pem
17softhsm2.db/
18ocsp_index.txt
19ocsp_index.txt.attr
20
21# generated PGP data
22pubring.kbx
23*.gpg
24*.pgp
25private-keys-v1.d/
26msva.gnupghome/
27
28# lock files
29*.lock
30authority/lock
31
32# test output
33*.log
34*.trs
35logs/
36outputs/
37
38# test programs
39test-*.bash
40gen_ocsp_index
41pgpcrc
42gnutls_openpgp_support
43.deps
44.libs
Note: See TracBrowser for help on using the repository browser.