mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
089b71443a
The generated "changelog" was not removed before re-generating, causing the changelog to be added twice on repeated runs of "make rpm" (when bind-mounting the local source). As a result, rpms failed to build, because the resulting file had entries in non-chronological order. This change removes the generated file before re-generating, and adds the file to .gitignore, to prevent it from accidentally being added to source control. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
35 lines
750 B
Text
35 lines
750 B
Text
# 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
|
|
*.exe
|
|
*.exe~
|
|
*.orig
|
|
*.test
|
|
.*.swp
|
|
.DS_Store
|
|
# a .bashrc may be added to customize the build environment
|
|
.bashrc
|
|
.editorconfig
|
|
.gopath/
|
|
.go-pkg-cache/
|
|
autogen/
|
|
bundles/
|
|
cmd/dockerd/dockerd
|
|
cmd/docker/docker
|
|
contrib/builder/rpm/*/changelog
|
|
dockerversion/version_autogen.go
|
|
dockerversion/version_autogen_unix.go
|
|
docs/AWS_S3_BUCKET
|
|
docs/GITCOMMIT
|
|
docs/GIT_BRANCH
|
|
docs/VERSION
|
|
docs/_build
|
|
docs/_static
|
|
docs/_templates
|
|
docs/changed-files
|
|
# generated by man/md2man-all.sh
|
|
man/man1
|
|
man/man5
|
|
man/man8
|
|
vendor/pkg/
|
|
hack/integration-cli-on-swarm/integration-cli-on-swarm
|