Skip to content

Commit

Permalink
Merge branch 'master' into release-draft
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasProgrammer committed Oct 23, 2018
2 parents 1ed9d7b + 9a8b9e8 commit 35e9a6c
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 15 deletions.
14 changes: 13 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.a
*.dylib

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

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

# we don't want to include the source files of the dependencies
vendor
63 changes: 49 additions & 14 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 35e9a6c

Please sign in to comment.