Housekeeping: README/gitignore

Update README.md to show release/3.0 branch and add the .DS_Store
file/folder to .gitignore

Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
This commit is contained in:
Eric F Crist 2022-05-05 19:30:51 -05:00
parent 59cddca67d
commit a03a839685
No known key found for this signature in database
GPG Key ID: 72964219390D0D0E
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@ dist-staging
easyrsa3/safessl-easyrsa.cnf
testdeps/*
shellcheck
.DS_Store

View File

@ -39,8 +39,9 @@ the most recent release.
The prior 2.x and 1.x versions are available as release branches for
tracking and possible back-porting of relevant fixes. Branch layout is:
master <- 3.x, at present
master <- 3.1, at present
v3.x.x pre-release branches, used for staging branches
release/3.0 v3.0.x bugfix/security/openssl updates
release/2.x
release/1.x