lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Sun, 20 Sep 2015 11:47:46 +0200
From:	Krzysztof Kolasa <kkolasa@...soft.pl>
To:	linux-kernel@...r.kernel.org
Cc:	gregkh@...uxfoundation.org, kkolasa@...soft.pl
Subject: [PATCH 1/1] Add to .gitignore file certs/x509_certificate_list

After compiling the kernel git status shows:

Unchecked files:

    certs/x509_certificate_list

Signed-off-by: Krzysztof Kolasa <kkolasa@...soft.pl>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index fd3a355..c4f94bc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -106,6 +106,7 @@ signing_key.pem
 signing_key.priv
 signing_key.x509
 x509.genkey
+x509_certificate_list
 
 # Kconfig presets
 all.config
-- 
2.6.0.rc2

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists