gitignore: ignore IDE stuff

This commit is contained in:
Roy Lee 2021-06-02 10:10:01 -07:00
parent 49c4b0f119
commit 900cee56a7

13
.gitignore vendored
View file

@ -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