sigs.k8s.io/cluster-api/bootstrap/kubeadm@v0.0.0-20191016155141-23a891785b60/.gitignore (about)

     1  
     2  # Binaries for programs and plugins
     3  *.exe
     4  *.exe~
     5  *.dll
     6  *.so
     7  *.dylib
     8  bin
     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
    15  
    16  # Kubernetes Generated files - skip generated files, except for vendored files
    17  !vendor/**/zz_generated.*
    18  config/samples
    19  manager_image_patch.yaml-e
    20  
    21  # editor and IDE paraphernalia
    22  .idea
    23  *.swp
    24  *.swo
    25  *~
    26  .vscode