diff .hgignore @ 658:31a7e52b3da6

split DICOM TLS in 2: check-client and no-check-client
author Alain Mazy <am@orthanc.team>
date Mon, 17 Jun 2024 18:25:18 +0200
parents 3a5260cc6d55
children
line wrap: on
line diff
--- a/.hgignore	Wed Jun 05 17:53:36 2024 +0200
+++ b/.hgignore	Mon Jun 17 18:25:18 2024 +0200
@@ -10,4 +10,7 @@
 *~
 NewTests/storages/**
 NewTests/configurations/*.json
-.env/
\ No newline at end of file
+.env/
+Tests/*.crt
+Tests/*.key
+Tests/dicom-tls.json
\ No newline at end of file