2017-09-19 15:41:00 +03:00
|
|
|
# Examples
|
2019-07-31 00:07:13 +03:00
|
|
|
examples/simple/simple
|
|
|
|
examples/random/random
|
2017-09-19 15:41:00 +03:00
|
|
|
|
2019-07-31 00:07:13 +03:00
|
|
|
# Typical backup/temporary files of editors
|
|
|
|
*~
|
|
|
|
*#
|
2012-05-20 01:59:25 +04:00
|
|
|
|
2019-07-31 00:07:13 +03:00
|
|
|
# Never include any accidentally created vendor dirs.
|
|
|
|
# This is a library!
|
|
|
|
vendor/
|
2012-05-20 01:59:25 +04:00
|
|
|
|
2019-07-31 00:07:13 +03:00
|
|
|
# The remainder of this file is taken from
|
|
|
|
# https://github.com/github/gitignore/blob/master/Go.gitignore
|
2012-05-20 01:59:25 +04:00
|
|
|
|
2019-07-31 00:07:13 +03:00
|
|
|
# Binaries for programs and plugins
|
2012-05-20 01:59:25 +04:00
|
|
|
*.exe
|
2019-07-31 00:07:13 +03:00
|
|
|
*.exe~
|
|
|
|
*.dll
|
|
|
|
*.so
|
|
|
|
*.dylib
|
2013-03-29 00:03:01 +04:00
|
|
|
|
2019-07-31 00:07:13 +03:00
|
|
|
# Test binary, built with `go test -c`
|
|
|
|
*.test
|
|
|
|
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
|
|
*.out
|