Merge pull request #627 from prometheus/beorn7/modules

Update .gitignore
This commit is contained in:
Björn Rabenstein 2019-07-30 23:26:25 +02:00 committed by GitHub
commit 8bb84c10f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 23 additions and 26 deletions

49
.gitignore vendored
View File

@ -1,30 +1,27 @@
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so
# Folders
_obj
_test
# Examples
/examples/simple/simple
/examples/random/random
# Architecture specific extensions/prefixes
*.[568vq]
[568vq].out
*.cgo1.go
*.cgo2.c
_cgo_defun.c
_cgo_gotypes.go
_cgo_export.*
_testmain.go
*.exe
examples/simple/simple
examples/random/random
# Typical backup/temporary files of editors
*~
*#
.build
# Never include any accidentally created vendor dirs.
# This is a library!
vendor/
# The remainder of this file is taken from
# https://github.com/github/gitignore/blob/master/Go.gitignore
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out