cleanup gitignore

This commit is contained in:
Ethan Buchman 2018-03-31 19:05:15 +03:00
parent 20bb78399b
commit ceddb54e91
2 changed files with 9 additions and 10 deletions

18
.gitignore vendored
View File

@ -1,23 +1,23 @@
# OS
.DS_Store
*.swp
*.swo
.vscode
# Build
vendor
merkleeyes.db
build
docs/guide/*.sh
tools/bin/*
examples/build/*
examples/basecoin/glide.lock
docs/_build
# Data - ideally these don't exist
examples/basecoin/app/data
baseapp/data/*
docs/_build
.DS_Store
# Testing
coverage.txt
profile.out
.vscode
coverage.txt
profile.out
client/lcd/keys.db/
### Vagrant ###
.vagrant/

View File

@ -1 +0,0 @@
tmp-base*