sigs.k8s.io/cluster-api-provider-aws@v1.5.5/.gitignore (about) 1 # Binaries for programs and plugins 2 *.exe 3 *.exe~ 4 *.dll 5 *.so 6 *.dylib 7 bin 8 9 # Test binary, build with `go test -c` 10 *.test 11 12 # Output of the go coverage tool, specifically when used with LiteIDE 13 *.out 14 15 # Ansible 16 *.retry 17 18 # vim 19 *~ 20 *.swp 21 22 # envfiles 23 .env 24 envfile 25 .envrc 26 27 # kubeconfigs 28 kind.kubeconfig 29 minikube.kubeconfig 30 kubeconfig 31 !kubeconfig/ 32 33 # Example and binary output directory 34 /out 35 36 # build 37 .build 38 39 # vscode 40 .vscode 41 42 # goland 43 .idea 44 45 # Ignore output manifests 46 config/samples 47 manager_image_patch.yaml-e 48 manager_pull_policy.yaml-e 49 50 # junit files 51 junit.*.xml 52 53 .DS_Store 54 55 .tiltbuild 56 57 # test results 58 _artifacts 59 awsiamconfiguration.yaml 60 cloudformation.yaml