mirror of
https://github.com/moby/moby.git
synced 2025-04-18 20:44:11 +03:00
- We now only use winresources for the dockerd binary, so we can reduce some uses of wildcards - Use explicit ("/") to indicate these should only be ignored relative to the root of the repository and build-context - Remove remnant ignore for rpm builds Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
28 lines
443 B
Plaintext
28 lines
443 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).
|
|
|
|
*~
|
|
*.bak
|
|
*.orig
|
|
.*.swp
|
|
.DS_Store
|
|
thumbs.db
|
|
|
|
# local repository customization
|
|
.envrc
|
|
.bashrc
|
|
.editorconfig
|
|
|
|
# build artifacts
|
|
/bundles/
|
|
/cli/winresources/dockerd/*.syso
|
|
/cli/winresources/dockerd/winres.json
|
|
|
|
# ci artifacts
|
|
*.exe
|
|
*.gz
|
|
go-test-report.json
|
|
junit-report.xml
|
|
profile.out
|
|
test.main
|