https://github.com/cilium/cilium
Raw File
Tip revision: 1890e854532c5f064c0c470288d07b97d210a9a3 authored by Ian Vernon on 25 October 2019, 21:52:28 UTC
moar propagation of context
Tip revision: 1890e85
.gitignore
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so
*.so.*

# LLVM IR files
*.ll
*.ll-*

# Folders
_obj
_test
tests/cilium-files
test/test_results
_build/

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

_testmain.go

*.exe
*.test
*.prof

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

.DS_Store
.idea/
*.plist

cilium/bash_autocomplete
*.swo
outgoing

*cscope.files
*cscope.out
*cscope.in.out
*cscope.po.out
*tags

man/

test/tmp.yaml
test/*_service_manifest.json
test/*_manifest.yaml
test/*_policy.json
test/*.xml

# Emacs backup files
*~

# Temporary files that allow build containers/VMs work without git
GIT_VERSION

test/bpf/_results

# generated from make targets
*.ok
back to top