Files
multus-cni/.gitignore
Michal Rostecki 4e3a5fe180 Add .gitignore file
Prevent tracking of binary outputs, GOPATH and test outputs.

Signed-off-by: Michal Rostecki <mrostecki@suse.de>
2018-12-03 16:50:21 +09:00

10 lines
100 B
Plaintext

# Binary output dir
bin/
# GOPATH created by the build script
gopath/
# Test outputs
*.out
*.test