diff options
author | Daiki Ueno <ueno@gnu.org> | 2022-01-16 16:00:10 +0100 |
---|---|---|
committer | Daiki Ueno <ueno@gnu.org> | 2022-01-16 16:24:47 +0100 |
commit | 8f2c9a1b547fba2005226f31b0d61b0e13871377 (patch) | |
tree | a8725a23922a5547bf8398d328dbc8d0874546dd /.gitignore | |
parent | 72828948c53fc406d1278884a7bf1b9db68c32b2 (diff) | |
download | gnutls-8f2c9a1b547fba2005226f31b0d61b0e13871377.tar.gz |
.gitignore: ignore more files
Signed-off-by: Daiki Ueno <ueno@gnu.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index dd1373a57d..2465946e72 100644 --- a/.gitignore +++ b/.gitignore @@ -271,6 +271,7 @@ Makefile.user *.o *.out *.plist +python/__pycache__/ src/benchmark src/benchmark-cipher src/benchmark-tls @@ -624,6 +625,7 @@ tests/priority-set tests/priority-set2 tests/privkey-keygen tests/privkey-verify-broken +tests/protocol-set-allowlist tests/psk-file tests/pskself tests/pskself2 @@ -784,6 +786,7 @@ tests/suite/testpkcs11.debug tests/suite/testtpm.sh tests/suite/tlslite tests/suite/x509paths/X509tests +tests/system-override-curves-allowlist tests/system-override-hash tests/system-override-sig tests/system-override-sig-tls |