mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
7d24e974cf
- Move SanboxInfo and Interface structures in sandbox package (changed it to Info as per golint) - Move UUID to new internal pkg types - Updated .gitignore to ignore IDE project files Signed-off-by: Alessandro Boch <aboch@docker.com>
31 lines
321 B
Text
31 lines
321 B
Text
# Compiled Object files, Static and Dynamic libs (Shared Objects)
|
|
*.o
|
|
*.a
|
|
*.so
|
|
|
|
# Folders
|
|
_obj
|
|
_test
|
|
|
|
# Architecture specific extensions/prefixes
|
|
*.[568vq]
|
|
[568vq].out
|
|
|
|
*.cgo1.go
|
|
*.cgo2.c
|
|
_cgo_defun.c
|
|
_cgo_gotypes.go
|
|
_cgo_export.*
|
|
|
|
_testmain.go
|
|
|
|
*.exe
|
|
*.test
|
|
*.prof
|
|
|
|
# Coverage
|
|
*.tmp
|
|
*.coverprofile
|
|
|
|
# IDE files
|
|
.project
|