]> source.dussan.org Git - gitignore.git/commitdiff
Add OpenSSL-related file extensions (#3168)
authorWes Dean <45051395+wesley-dean-flexion@users.noreply.github.com>
Tue, 10 Sep 2019 14:07:52 +0000 (10:07 -0400)
committerBrendan Forster <brendan@github.com>
Tue, 10 Sep 2019 14:07:52 +0000 (11:07 -0300)
There are a number of OpenSSL-related file extensions (e.g., .pem, .crt,
etc..) that contain data that are generally best not committed to
repositories.  This file contains several common file extensions that
often correlate to these types of files.

community/OpenSSL.gitignore [new file with mode: 0644]

diff --git a/community/OpenSSL.gitignore b/community/OpenSSL.gitignore
new file mode 100644 (file)
index 0000000..feb95a9
--- /dev/null
@@ -0,0 +1,34 @@
+# OpenSSL-related files best not committed
+
+## Certificate Authority
+*.ca
+
+## Certificate
+*.crt
+
+## Certificate Sign Request
+*.csr
+
+## Certificate
+*.der 
+
+## Key database file
+*.kdb
+
+## OSCP request data
+*.org
+
+## PKCS #12
+*.p12
+
+## PEM-encoded certificate data
+*.pem
+
+## Random number seed
+*.rnd
+
+## SSLeay data
+*.ssleay
+
+## S/MIME message
+*.smime