laconicd/.gitignore
Federico Kunze 8789a04998
actions: fix test-importer workflow (#410)
* actions: fix test-importer workflow

* update gitignore
2020-07-24 14:54:25 -04:00

55 lines
436 B
Plaintext

# OS
.DS_Store
*.swp
*.swo
*.swl
*.swm
*.swn
.vscode
.idea
*.pyc
*.exe
*.exe~
*.dll
*.so
*.dylib
# Build
*.test
.glide/
vendor
build
tools/bin/*
docs/_build
docs/tutorial
docs/node_modules
docs/modules
dist
tools-stamp
proto-tools-stamp
golangci-lint
# Testing
coverage.txt
*.out
sim_log_file
importer/tmp
# Vagrant
.vagrant/
*.box
*.log
vagrant
# IDE
.idea/
*.iml
# Graphviz
dependency-graph.png
# Latex
*.aux
*.out
*.synctex.gz