aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2018-09-10 10:15:33 -0400
committerB Stack <bgstack15@gmail.com>2018-09-10 10:15:33 -0400
commitfef075f317533013664d9b890e3a7705b674b8dc (patch)
tree1ca0916c76b6e09fd0ceff6c763e26ef885fab90 /.gitignore
parentupdate error checking and exit codes (diff)
downloadcertreq-fef075f317533013664d9b890e3a7705b674b8dc.tar.gz
certreq-fef075f317533013664d9b890e3a7705b674b8dc.tar.bz2
certreq-fef075f317533013664d9b890e3a7705b674b8dc.zip
add OPENSSL_BIN and OPENSSL_CONF options
these will support the subjectAltName extension coming soon Please enter the commit message for your changes. Lines starting
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index fee9217..7eace93 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
*.conf
+.*.swp
bgstack15