Browse Source

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

Tianon Gravi 6 years ago
parent
commit
b1f25a69e4
1 changed files with 1 additions and 0 deletions
  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"