Explorar o código

Add ".dockerignore" to the list of things "diff-pr" optionally looks at

Tianon Gravi %!s(int64=6) %!d(string=hai) anos
pai
achega
b1f25a69e4
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      diff-pr.sh

+ 1 - 0
diff-pr.sh

@@ -174,6 +174,7 @@ copy-tar() {
 			' "$d")
 
 			# some extra files which are likely interesting if they exist, but no big loss if they do not
+			' .dockerignore' # will be used automatically by "docker build"
 			' *.manifest' # debian/ubuntu "package versions" list
 			' *.ks' # fedora "kickstart" (rootfs build script)
 			' build*.txt' # ubuntu "build-info.txt", debian "build-command.txt"