...

Text file src/github.com/cilium/ebpf/.gitignore

Documentation: github.com/cilium/ebpf

     1# Binaries for programs and plugins
     2*.exe
     3*.exe~
     4*.dll
     5*.so
     6*.dylib
     7*.o
     8!*_bpf*.o
     9
    10# Test binary, build with `go test -c`
    11*.test
    12
    13# Output of the go coverage tool, specifically when used with LiteIDE
    14*.out

View as plain text