btcd/.gitignore
Olaoluwa Osuntokun 987745ed25 blockchain: implement AlwaysActiveHeight for forced deployment activation
This commit introduces the concept of `AlwaysActiveHeight` to the
deployment mechanism, allowing a deployment to be forced into the active
state if the next block's height meets or exceeds this threshold.

This is intended primarily to be used alongside the new Testnet4
deployment, as the past major soft forks are meant to be active from the
very first block height.
2025-03-12 13:24:20 -05:00

60 lines
597 B
Text

# Temp files
*~
# Databases
btcd.db
*-shm
*-wal
# Log files
*.log
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so
# Folders
_obj
_test
vendor
# Architecture specific extensions/prefixes
*.[568vq]
[568vq].out
*.cgo1.go
*.cgo2.c
_cgo_defun.c
_cgo_gotypes.go
_cgo_export.*
_testmain.go
*.exe
# Code coverage files
profile.tmp
profile.cov
coverage.txt
btcec/coverage.txt
btcutil/coverage.txt
btcutil/psbt/coverage.txt
# vim
*.swp
*.swo
/.vim
#IDE
.idea
# Binaries produced by "make build"
/addblock
/btcctl
/btcd
/findcheckpoint
/gencerts
.DS_Store
.aider*