2013-11-27 03:05:39 +00:00
|
|
|
# Docker project generated files to ignore
|
|
|
|
# if you want to ignore files created by your editor/tools,
|
|
|
|
# please consider a global .gitignore https://help.github.com/articles/ignoring-files
|
2014-10-28 05:05:57 +00:00
|
|
|
*.exe
|
2015-07-08 20:30:03 +00:00
|
|
|
*.exe~
|
2019-07-31 00:07:30 +00:00
|
|
|
*.gz
|
2013-03-12 15:06:22 +00:00
|
|
|
*.orig
|
2017-07-06 21:20:41 +00:00
|
|
|
test.main
|
2015-03-24 16:28:02 +00:00
|
|
|
.*.swp
|
2013-03-26 02:52:52 +00:00
|
|
|
.DS_Store
|
2016-03-24 16:41:16 +00:00
|
|
|
# a .bashrc may be added to customize the build environment
|
|
|
|
.bashrc
|
2016-10-18 11:22:12 +00:00
|
|
|
.editorconfig
|
2015-03-24 16:28:02 +00:00
|
|
|
.gopath/
|
2016-06-27 09:19:48 +00:00
|
|
|
.go-pkg-cache/
|
2015-03-24 16:28:02 +00:00
|
|
|
autogen/
|
|
|
|
bundles/
|
2022-04-14 17:52:23 +00:00
|
|
|
cli/winresources/**/winres.json
|
|
|
|
cli/winresources/**/*.syso
|
2016-04-24 01:31:57 +00:00
|
|
|
cmd/dockerd/dockerd
|
2017-03-29 15:45:35 +00:00
|
|
|
contrib/builder/rpm/*/changelog
|
2015-03-24 16:28:02 +00:00
|
|
|
vendor/pkg/
|
2019-07-31 00:07:30 +00:00
|
|
|
go-test-report.json
|
2017-09-19 22:00:54 +00:00
|
|
|
profile.out
|
2019-07-31 00:07:30 +00:00
|
|
|
junit-report.xml
|
2021-12-15 19:35:04 +00:00
|
|
|
|
|
|
|
# top-level go.mod is not meant to be checked in
|
|
|
|
/go.mod
|
|
|
|
# workaround go.mod for autogen/winresources/dockerd
|
|
|
|
/hack/make/.resources-windows/go.mod
|