Files
hpcore/.gitignore
Ravin Perera 0382475de1 Implemented config and crypto infrastructure (#2)
Added config file read/write infrastructure with RapidJSON.
Added key pair generation and sign/verify helper with libsodium.
2019-09-26 19:05:23 +05:30

7 lines
51 B
Plaintext

*~
*.swp
*.swo
.*.sw?
.DS_Store
build/**
.vscode/**