hussar-lang/hussar

View on GitHub
.gitignore

Summary

Maintainability
Test Coverage
### Go ###
# Binaries for programs and plugins
*.exe
*.dll
*.so
*.dylib
bin/
dist/

# Test binary, build with `go test -c`
*.test
coverage.txt
coverage.out

# Output of the go coverage tool, specifically when used with LiteIDE
*.out

# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
.glide/

# Golang project vendor packages which should be ignored
vendor/

### MISC ###
# Generated to-do files
*.todo

### Hussar ###
# Compiled Hussar libraries (WIP)
*.hsc