The dcrctl project is being split out of the dcrd repo and module into its own repo (https://github.com/decred/dcrctl) and module (decred.org/dcrctl). This commit removes the dcrctl main package and updates documentation throughout the repo mentioning dcrctl and its build instructions.
43 lines
494 B
Plaintext
43 lines
494 B
Plaintext
# Temp files
|
|
*~
|
|
|
|
# Databases
|
|
dcrd.db
|
|
*-shm
|
|
*-wal
|
|
|
|
# Log files
|
|
*.log
|
|
|
|
# Compiled Object files, Static and Dynamic libs (Shared Objects)
|
|
*.o
|
|
*.a
|
|
*.so
|
|
|
|
# Folders
|
|
_obj
|
|
_test
|
|
vendor
|
|
.idea
|
|
|
|
# Architecture specific extensions/prefixes
|
|
*.[568vq]
|
|
[568vq].out
|
|
|
|
*.cgo1.go
|
|
*.cgo2.c
|
|
_cgo_defun.c
|
|
_cgo_gotypes.go
|
|
_cgo_export.*
|
|
|
|
_testmain.go
|
|
|
|
# Binaries
|
|
*.exe
|
|
dcrd
|
|
cmd/addblock/addblock
|
|
cmd/checkdevpremine/checkdevpremine
|
|
cmd/findcheckpoint/findcheckpoint
|
|
cmd/gencerts/gencerts
|
|
cmd/promptsecret/promptsecret
|