This website requires JavaScript.
Explore
Help
Sign In
zecfoundation
/
lightwalletd
mirror of
https://github.com/ZcashFoundation/lightwalletd.git
Watch
1
Star
0
Fork
You've already forked lightwalletd
0
Code
Issues
Projects
Releases
Wiki
Activity
48f4de0efb
lightwalletd
/
.gitignore
9 lines
60 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Added .gitignore, provided command line defaults, made errors more obvious, told users to check the log file after it is initialized when a fatal error occurs, require users to pass -very-insecure=true when not using TLS certificates
2019-08-27 17:12:13 -07:00
*.conf
*.config
*.log
*.sqlite
*.pem
*.key
Update .gitignore
2019-09-20 10:56:43 -07:00
*.elf
add coverage.* (output of make test) to .gitignore
2019-10-10 12:36:49 -07:00
coverage.*