github.com/telepresenceio/telepresence/v2@v2.20.0-pro.6.0.20240517030216-236ea954e789/.gitignore (about)

     1  # Binaries for programs and plugins
     2  *.exe
     3  *.exe~
     4  *.dll
     5  *.so
     6  *.dylib
     7  
     8  # Test binary, built with `go test -c`
     9  *.test
    10  
    11  # Output of the go coverage tool, specifically when used with LiteIDE
    12  *.out
    13  
    14  # Dependency directories
    15  vendor/
    16  
    17  # Editor nonsense
    18  .vscode
    19  .idea
    20  *.iml
    21  *.swp
    22  .DS_Store
    23  
    24  build-output
    25  /tools/*
    26  !/tools/src/
    27  
    28  # Don't accidentally add files from `go build`
    29  telepresence
    30  traffic
    31  tst-manager
    32  !/cmd/*/
    33  
    34  # The Chart directory
    35  !/charts/telepresence
    36  
    37  # Downloaded fuseftp bits
    38  fuseftp.bits
    39  
    40  # Needed to build on windows
    41  .wintools
    42  .gocache
    43  
    44  # Don't accidentally add binaries built byintegration tests
    45  /integration_test/testdata/echo-server/echo-server
    46  /build-aux/genversion/genversion
    47  
    48  # Vagrant
    49  .vagrant/
    50  tests.log