https://github.com/cilium/cilium
Raw File
Tip revision: 6725f0c4bed2b499ca5651d7ae1746908e018afc authored by Thomas Graf on 07 September 2017, 00:34:28 UTC
NEWS: Update for 0.11 relese
Tip revision: 6725f0c
.gitignore
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so

# Folders
_obj
_test

# Architecture specific extensions/prefixes
*.cgo1.go
*.cgo2.c
_cgo_defun.c
_cgo_gotypes.go
_cgo_export.*

_testmain.go

*.exe
*.test
*.prof

*.swn
*.swp
.vagrant
coverage.out
coverage-all.out
coverage-all.html

.DS_Store
.idea/
*.plist

daemon/bindata.go

cilium/bash_autocomplete
*.swo
outgoing
back to top