945798f913
* Add new generic key_store interface * Add new plaintext key store storing unprotected keys on disk * Add new encrypted key store storing encrypted keys on disk * Add new entropy mixing function using OS and go runtime sources
18 lines
358 B
Plaintext
18 lines
358 B
Plaintext
# See http://help.github.com/ignore-files/ for more about ignoring files.
|
|
#
|
|
# If you find yourself ignoring temporary files generated by your text editor
|
|
# or operating system, you probably want to add a global ignore instead:
|
|
# git config --global core.excludesfile ~/.gitignore_global
|
|
|
|
/tmp
|
|
*/**/*un~
|
|
*un~
|
|
.DS_Store
|
|
*/**/.DS_Store
|
|
.ethtest
|
|
|
|
#*
|
|
.#*
|
|
*#
|
|
*~
|