gitignore: ignore IDE stuff
This commit is contained in:
parent
49c4b0f119
commit
900cee56a7
1 changed files with 13 additions and 0 deletions
13
.gitignore
vendored
13
.gitignore
vendored
|
@ -3,6 +3,7 @@
|
|||
|
||||
# Databases
|
||||
btcd.db
|
||||
lbcd.db
|
||||
*-shm
|
||||
*-wal
|
||||
|
||||
|
@ -33,6 +34,18 @@ _testmain.go
|
|||
|
||||
*.exe
|
||||
|
||||
.DS_Store
|
||||
|
||||
# Code coverage files
|
||||
profile.tmp
|
||||
profile.cov
|
||||
|
||||
# IDE
|
||||
.idea
|
||||
.vscode
|
||||
|
||||
# Binaries
|
||||
btcd
|
||||
btcctl
|
||||
lbcd
|
||||
lbcctl
|
||||
|
|
Loading…
Reference in a new issue