Revision 9b49d9eeaf82c9de3f904f245c6986b3c0148b2a authored by Rajat Jindal on 19 August 2019, 11:46:09 UTC, committed by Martynas Pumputis on 23 August 2019, 10:19:12 UTC
[ upstream commit 5e52b9651761ed09b910476c57405627ec8f541f ]

    [ upstream commit: none ]

    Signed-off-by: Rajat Jindal <rajatjindal83@gmail.com>

Signed-off-by: Michal Rostecki <mrostecki@opensuse.org>
1 parent 44ff79f
Raw File
.dockerignore
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so

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

# Folders
_obj
_test
_build/
hack/

# 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 files
test/tmp.yaml
test/*_service_manifest.json
test/*_manifest.yaml
test/*_policy.json
test/*.xml
tests/cilium-files
test/test_results
test/*.json
test/.vagrant/

# Emacs backup files
*~

# Automatically generated when needed
.dockerignore

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

test/bpf/_results

# generated from make targets
*.ok
back to top