mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
1784a46e64
Updated makefile Moved binaries in the bin/ directory Signed-off-by: Flavio Crisciani <flavio.crisciani@docker.com>
44 lines
474 B
Text
44 lines
474 B
Text
# Compiled Object files, Static and Dynamic libs (Shared Objects)
|
|
*.o
|
|
*.a
|
|
*.so
|
|
*~
|
|
.*
|
|
bin/
|
|
tags
|
|
|
|
# Folders
|
|
integration-tmp/
|
|
_obj
|
|
_test
|
|
.vagrant
|
|
|
|
|
|
# Architecture specific extensions/prefixes
|
|
*.[568vq]
|
|
[568vq].out
|
|
|
|
*.cgo1.go
|
|
*.cgo2.c
|
|
_cgo_defun.c
|
|
_cgo_gotypes.go
|
|
_cgo_export.*
|
|
|
|
_testmain.go
|
|
|
|
*.exe
|
|
*.test
|
|
*.prof
|
|
cmd/dnet/dnet
|
|
|
|
# Coverage
|
|
*.tmp
|
|
*.coverprofile
|
|
|
|
# IDE files and folders
|
|
.project
|
|
.settings/
|
|
|
|
libnetworkbuild.created
|
|
test/networkDb/testMain
|
|
test/networkDb/gossipdb
|