k8s: Add Makefile targets for testing
[integration.git] / test / security / k8s / .gitignore
1 # Built binaries
2 /bin/check
3
4 # Go packages, sources (except this project)
5 /pkg/
6 /src/*
7 !/src/check/
8
9 # Additional Go utilities
10 /bin/ginkgo