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 # Databases
btcd.db btcd.db
lbcd.db
*-shm *-shm
*-wal *-wal
@ -33,6 +34,18 @@ _testmain.go
*.exe *.exe
.DS_Store
# Code coverage files # Code coverage files
profile.tmp profile.tmp
profile.cov profile.cov
# IDE
.idea
.vscode
# Binaries
btcd
btcctl
lbcd
lbcctl