dcrd/.gitignore
J Fixby b6d564d119 main: add address encoding magic constants test
main: add address encoding magic constants test

Ensures address encoding magics and NetworkAddressPrefix are consistent
with each other. This test will light red when a new network is started
with incorrect values.
2018-09-26 16:09:11 -05:00

44 lines
512 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/dcrctl/dcrctl
cmd/findcheckpoint/findcheckpoint
cmd/gencerts/gencerts
cmd/promptsecret/promptsecret