github.com/tigera/api@v0.0.0-20240320170621-278e89a8c5fb/.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 .generate_execs 15 .generate_files 16 .go-pkg-cache/ 17 Makefile.common* 18 bin/ 19 20 # IDE files 21 /.idea/ 22 /.vscode/ 23 24 pkg/report