cosmos-sdk/.gitignore
Alessio Treglia a8a455a6f7
Makefiles: various improvements (#6101)
Don't reinstall proto tools unconditionally every time
one runs make.

On most Linux systems, /usr/local is writable by root only.
Allow users to customise installation directory by passing
PREFIX to make command line, e.g.:

 $ make PREFIX=~/.local
2020-04-30 21:30:30 +02:00

51 lines
451 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
# 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