Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1228855

[PATCH 1/1] Add to .gitignore file certs/x509_certificate_list

From Krzysztof Kolasa <kkolasa@winsoft.pl>
Newsgroups linux.kernel
Subject [PATCH 1/1] Add to .gitignore file certs/x509_certificate_list
Date 2015-09-20 11:50 +0200
Message-ID <qaJpU-4yQ-1@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


After compiling the kernel git status shows:

Unchecked files:

    certs/x509_certificate_list

Signed-off-by: Krzysztof Kolasa <kkolasa@winsoft.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@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[PATCH 1/1] Add to .gitignore file certs/x509_certificate_list Krzysztof Kolasa <kkolasa@winsoft.pl> - 2015-09-20 11:50 +0200

csiph-web