aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorWes Dean <45051395+wesley-dean-flexion@users.noreply.github.com>2019-09-10 10:07:52 -0400
committerBrendan Forster <brendan@github.com>2019-09-10 11:07:52 -0300
commitaad51433ec2c5e8ca7627802538af62548862ea1 (patch)
treeb15291f1f0843e05592668de3f936d6f1d60fa81 /community
parent41ec05833ae00be887bab36fceaee63611e86189 (diff)
downloadgitignore-aad51433ec2c5e8ca7627802538af62548862ea1.tar.gz
gitignore-aad51433ec2c5e8ca7627802538af62548862ea1.zip
Add OpenSSL-related file extensions (#3168)
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.
Diffstat (limited to 'community')
-rw-r--r--community/OpenSSL.gitignore34
1 files changed, 34 insertions, 0 deletions
diff --git a/community/OpenSSL.gitignore b/community/OpenSSL.gitignore
new file mode 100644
index 00000000..feb95a9f
--- /dev/null
+++ b/community/OpenSSL.gitignore
@@ -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