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:
Michal Rostecki 2018-11-27 17:28:19 +01:00 committed by Tomofumi Hayashi
parent 8d89700cac
commit 4e3a5fe180

9
.gitignore vendored Normal file
View File

@ -0,0 +1,9 @@
# Binary output dir
bin/
# GOPATH created by the build script
gopath/
# Test outputs
*.out
*.test