Files
kubeshark/.gitignore
Alex Haiut 96cb0ec9c1 Feature/makefile (#11)
* minor fixes

* makefile fixes - docker build

* minor fix in Makefile
Co-authored-by: Alex Haiut <alex@up9.com>
2021-04-28 15:55:57 +03:00

22 lines
314 B
Plaintext

# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories (remove the comment below to include it)
# vendor/
.idea/
build
*.db
# Build directories
build