Improve gitignore.

This syncs the .gitignore file with the upstream btcd project since it
shouldn't have been completely changed to begin with.  While here, it
also adds the Decred-specific binaries.
This commit is contained in:
Dave Collins 2017-10-11 14:41:27 -05:00
parent c394c7bd19
commit 9db06d4a68
No known key found for this signature in database
GPG Key ID: B8904D9D9C93D1F2

46
.gitignore vendored
View File

@ -1,6 +1,42 @@
dcrd
cmd/dcrctl/dcrctl
cmd/promptsecret/promptsecret
# Temp files
*~
*.pyc
vendor/
# Databases
dcrd.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
# Binaries
*.exe
dcrd
cmd/addblock/addblock
cmd/checkdevpremine/checkdevpremine
cmd/dcrctl/dcrctl
cmd/findcheckpoint/findcheckpoint
cmd/gencerts/gencerts
cmd/promptsecret/promptsecret