mirror of
https://blitiri.com.ar/repos/chasquid
synced 2025-12-17 14:37:02 +00:00
This patch adds a "chasquid-userdb" command line tool to check and add users to chasquid's userdb files. It's not pretty or very friendly, as it's meant to be used for testing for now.
17 lines
331 B
Plaintext
17 lines
331 B
Plaintext
|
|
# Ignore anything beginning with a dot: these are usually temporary or
|
|
# unimportant.
|
|
.*
|
|
|
|
# Exceptions to the rules above: files we care about that would otherwise be
|
|
# excluded.
|
|
!.gitignore
|
|
|
|
# The binaries.
|
|
chasquid
|
|
chasquid-userdb
|
|
|
|
# Exclude any .pem files, to prevent accidentally including test keys and
|
|
# certificates.
|
|
*.pem
|