New solution is not hardcoded to amd64 but integrates
with the cross toolchain and support creating arm binaries.
Go has been updated so that ASLR works
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
(cherry picked from commit 8b822c9219)
Signed-off-by: Tibor Vass <tibor@docker.com>
19 lines
328 B
Plaintext
19 lines
328 B
Plaintext
# if you want to ignore files created by your editor/tools,
|
|
# please consider a global .gitignore https://help.github.com/articles/ignoring-files
|
|
*.exe
|
|
*.exe~
|
|
*.orig
|
|
.*.swp
|
|
.DS_Store
|
|
Thumbs.db
|
|
.editorconfig
|
|
/build/
|
|
cli/winresources/rsrc_*.syso
|
|
/man/man1/
|
|
/man/man5/
|
|
/man/man8/
|
|
/docs/yaml/gen/
|
|
coverage.txt
|
|
profile.out
|
|
/vndr.log
|