cosmos-sdk/.gitignore
Alessio Treglia 80e53a4d89
buildsystem: various small improvements (#6598)
Follow-up of #6101.

- Makefile:

Set all as actual default target.

- contrib/devtools/Makefile:

The buf target was running unconditionally.

Install protoc-gen-gocosmos along with protoc.
2020-07-03 20:50:14 +02:00

52 lines
461 B
Plaintext

# OS
.DS_Store
*.swp
*.swo
*.swl
*.swm
*.swn
.vscode
.idea
*.pyc
# Build
vendor
build
tools/bin/*
examples/build/*
docs/_build
docs/tutorial
docs/node_modules
dist
tools-stamp
proto-tools-stamp
buf-stamp
# Data - ideally these don't exist
baseapp/data/*
client/lcd/keys/*
mytestnet
# Testing
coverage.txt
profile.out
sim_log_file
# Vagrant
.vagrant/
*.box
*.log
vagrant
# IDE
.idea/
*.iml
# Graphviz
dependency-graph.png
# Latex
*.aux
*.out
*.synctex.gz