mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2025-07-21 11:00:41 +00:00
Add .gitignore file
Prevent tracking of binary outputs, GOPATH and test outputs. Signed-off-by: Michal Rostecki <mrostecki@suse.de>
This commit is contained in:
parent
8d89700cac
commit
4e3a5fe180
9
.gitignore
vendored
Normal file
9
.gitignore
vendored
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
# Binary output dir
|
||||||
|
bin/
|
||||||
|
|
||||||
|
# GOPATH created by the build script
|
||||||
|
gopath/
|
||||||
|
|
||||||
|
# Test outputs
|
||||||
|
*.out
|
||||||
|
*.test
|
Loading…
Reference in New Issue
Block a user