Skip to content

Commit bbbb003

Browse files
committed
cleanup ignore files
- 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 <[email protected]>
1 parent 6573a13 commit bbbb003

2 files changed

Lines changed: 9 additions & 8 deletions

File tree

.dockerignore

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
.git
2-
bundles/
3-
cli/winresources/**/winres.json
4-
cli/winresources/**/*.syso
1+
/.git
2+
3+
# build artifacts
4+
/bundles/
5+
/cli/winresources/dockerd/winres.json
6+
/cli/winresources/dockerd/*.syso

.gitignore

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,9 @@ thumbs.db
1414
.editorconfig
1515

1616
# build artifacts
17-
bundles/
18-
cli/winresources/*/*.syso
19-
cli/winresources/*/winres.json
20-
contrib/builder/rpm/*/changelog
17+
/bundles/
18+
/cli/winresources/dockerd/*.syso
19+
/cli/winresources/dockerd/winres.json
2120

2221
# ci artifacts
2322
*.exe

0 commit comments

Comments
 (0)