Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1228855 > unrolled thread
| Started by | Krzysztof Kolasa <kkolasa@winsoft.pl> |
|---|---|
| First post | 2015-09-20 11:50 +0200 |
| Last post | 2015-09-20 11:50 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[PATCH 1/1] Add to .gitignore file certs/x509_certificate_list Krzysztof Kolasa <kkolasa@winsoft.pl> - 2015-09-20 11:50 +0200
| From | Krzysztof Kolasa <kkolasa@winsoft.pl> |
|---|---|
| Date | 2015-09-20 11:50 +0200 |
| Subject | [PATCH 1/1] Add to .gitignore file certs/x509_certificate_list |
| Message-ID | <qaJpU-4yQ-1@gated-at.bofh.it> |
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 top | Article view | linux.kernel
csiph-web