github.com/gojue/ecapture@v0.8.2/.gitignore (about)

     1  # Binaries for programs and plugins
     2  *.exe
     3  *.exe~
     4  *.dll
     5  *.so
     6  *.dylib
     7  *.d
     8  *.o
     9  
    10  # Test binary, built with `go test -c`
    11  *.test
    12  
    13  # Output of the go coverage tool, specifically when used with LiteIDE
    14  *.out
    15  
    16  # Dependency directories (remove the comment below to include it)
    17  # vendor/
    18  /assets/ebpf_probe.go
    19  /assets/ebpf_probe_core.go
    20  /assets/ebpf_probe_noncore.go
    21  
    22  # VSCode
    23  .vscode/settings.json
    24  
    25  bin/*
    26  /.check*
    27  /deps/*