github.com/openshift/dpu-operator@v0.0.0-20240502153209-3af840d137c2/.gitignore (about)

     1  
     2  # Binaries for programs and plugins
     3  *.exe
     4  *.exe~
     5  *.dll
     6  *.so
     7  *.dylib
     8  bin/*
     9  Dockerfile.cross
    10  
    11  # Test binary, build with `go test -c`
    12  *.test
    13  
    14  # Output of the go coverage tool, specifically when used with LiteIDE
    15  *.out
    16  
    17  # Kubernetes Generated files - skip generated files, except for vendored files
    18  
    19  !vendor/**/zz_generated.*
    20  
    21  # editor and IDE paraphernalia
    22  .idea
    23  .vscode
    24  *.swp
    25  *.swo
    26  *~